Html Css Color HEX #B93EEE Medium Orchid

📋 copy color: '#B93EEE'

red 185 ◦ green 62 ◦ blue 238

#B93EEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B93EEE

Tints of Medium Orchid #B93EEE

RGB

 RED value IS 185 (72.66% from 255) = 38.14%

 GREEN value IS 62 (24.61% from 255) = 12.78%

 BLUE value IS 238 (93.36% from 255) = 49.07%

R = 38.14%
G = 12.78%
B = 49.07%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B93EEE (or 0xB93EEE) is known color: Medium Orchid. HEX triplet: B9, 3E and EE. RGB value is (185,62,238). Sum of RGB (Red+Green+Blue) = 185+62+238=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 62 (24.61% from 255 or 12.78% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #B93EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B93EEE is #46C111. Grayscale: #767676. Windows color (decimal): -4636946 or 15613625. OLE color: 15613625.

HSL color Cylindrical-coordinate representation of color #B93EEE: hue angle of 281.93º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93EEE is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 62 238 -
CMYK 0.22 0.74 0 0.07
HSL 281.93º 0.84% 0.59% -
HSV(B) 281.93º 0.74% 0.93% -
XYZ 37.16 19.93 82.78 -
YUV 118.84 195.25 175.19 -
System Red Green Blue C M Y K H S L
Decimal 185 62 238 0.22 0.74 0 0.07 281.93 0.84 0.59
Hex B9 3E EE 16 4A 0 7 11A 54 3B
Octal 271 76 356 26 112 0 7 432 124 73
Binary 10111001 111110 11101110 10110 1001010 0 111 100011010 1010100 111011

Color Harmonies of #B93EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93EEE

Black with #B93EEE

Text Example


Text Example

White with #B93EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93EEE; }

 p { color: rgb(185,62,238); }

 H1.HeaderClassName
 {
   color: #B93EEE;
 }
 .AnyTagClassName
 {
   color: #B93EEE;
 }
</style>

background-color css

<style>
 a { background-color: #B93EEE; }

 a { background-color: rgb(185,62,238); }

 div.DivClassName
 {
   background-color: #B93EEE;
 }
 .BgClassName
 {
   background-color: #B93EEE;
 }
</style>

border-color css

<style>
 span { border-color: #B93EEE; }

 span { border-color: rgb(185,62,238); }

 td.TdClassName
 {
   border-color: #B93EEE;
 }
 .TagClassName
 {
   border-color: #B93EEE;
 }
</style>