Html Css Color HEX #B85EEB Medium Orchid

📋 copy color: '#B85EEB'

red 184 ◦ green 94 ◦ blue 235

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

Shades of Medium Orchid #B85EEB

Tints of Medium Orchid #B85EEB

RGB

 RED value IS 184 (72.27% from 255) = 35.87%

 GREEN value IS 94 (37.11% from 255) = 18.32%

 BLUE value IS 235 (92.19% from 255) = 45.81%

R = 35.87%
G = 18.32%
B = 45.81%

CMYK

 C value IS 0.22

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B85EEB (or 0xB85EEB) is known color: Medium Orchid. HEX triplet: B8, 5E and EB. RGB value is (184,94,235). Sum of RGB (Red+Green+Blue) = 184+94+235=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #B85EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B85EEB is #47A114. Grayscale: #888888. Windows color (decimal): -4694293 or 15425208. OLE color: 15425208.

HSL color Cylindrical-coordinate representation of color #B85EEB: hue angle of 278.3º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B85EEB is Cyan = 0.22, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 94 235 -
CMYK 0.22 0.6 0 0.08
HSL 278.3º 0.78% 0.65% -
HSV(B) 278.3º 0.6% 0.92% -
XYZ 38.77 24.19 81.22 -
YUV 136.98 183.32 161.54 -
System Red Green Blue C M Y K H S L
Decimal 184 94 235 0.22 0.6 0 0.08 278.3 0.78 0.65
Hex B8 5E EB 16 3C 0 8 116 4E 41
Octal 270 136 353 26 74 0 10 426 116 101
Binary 10111000 1011110 11101011 10110 111100 0 1000 100010110 1001110 1000001

Color Harmonies of #B85EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85EEB

Black with #B85EEB

Text Example


Text Example

White with #B85EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85EEB; }

 p { color: rgb(184,94,235); }

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

background-color css

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

 a { background-color: rgb(184,94,235); }

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

border-color css

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

 span { border-color: rgb(184,94,235); }

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