Html Css Color HEX #B85EC8 Medium Orchid

📋 copy color: '#B85EC8'

red 184 ◦ green 94 ◦ blue 200

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

Shades of Medium Orchid #B85EC8

Tints of Medium Orchid #B85EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 41.84%

R = 38.49%
G = 19.67%
B = 41.84%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B85EC8 (or 0xB85EC8) is known color: Medium Orchid. HEX triplet: B8, 5E and C8. RGB value is (184,94,200). Sum of RGB (Red+Green+Blue) = 184+94+200=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 94 (37.11% from 255 or 19.67% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 200 - color contains mainly: blue. Hex color #B85EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85EC8 is #47A137. Grayscale: #848484. Windows color (decimal): -4694328 or 13131448. OLE color: 13131448.

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

Color convert

RGB 184 94 200 -
CMYK 0.08 0.53 0 0.22
HSL 290.94º 0.49% 0.58% -
HSV(B) 290.94º 0.53% 0.78% -
XYZ 34.2 22.37 57.16 -
YUV 132.99 165.82 164.38 -
System Red Green Blue C M Y K H S L
Decimal 184 94 200 0.08 0.53 0 0.22 290.94 0.49 0.58
Hex B8 5E C8 8 35 0 16 123 31 3A
Octal 270 136 310 10 65 0 26 443 61 72
Binary 10111000 1011110 11001000 1000 110101 0 10110 100100011 110001 111010

Color Harmonies of #B85EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85EC8

Black with #B85EC8

Text Example


Text Example

White with #B85EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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