Html Css Color HEX #B85FC8 Medium Orchid

📋 copy color: '#B85FC8'

red 184 ◦ green 95 ◦ blue 200

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

Shades of Medium Orchid #B85FC8

Tints of Medium Orchid #B85FC8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.83%

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

R = 38.41%
G = 19.83%
B = 41.75%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B85FC8 (or 0xB85FC8) is known color: Medium Orchid. HEX triplet: B8, 5F and C8. RGB value is (184,95,200). Sum of RGB (Red+Green+Blue) = 184+95+200=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 200 (78.52% from 255 or 41.75% from 479); Max value from RGB is 200 - color contains mainly: blue. Hex color #B85FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85FC8 is #47A037. Grayscale: #858585. Windows color (decimal): -4694072 or 13131704. OLE color: 13131704.

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

Color convert

RGB 184 95 200 -
CMYK 0.08 0.52 0 0.22
HSL 290.86º 0.49% 0.58% -
HSV(B) 290.86º 0.53% 0.78% -
XYZ 34.28 22.54 57.19 -
YUV 133.58 165.49 163.96 -
System Red Green Blue C M Y K H S L
Decimal 184 95 200 0.08 0.52 0 0.22 290.86 0.49 0.58
Hex B8 5F C8 8 34 0 16 123 31 3A
Octal 270 137 310 10 64 0 26 443 61 72
Binary 10111000 1011111 11001000 1000 110100 0 10110 100100011 110001 111010

Color Harmonies of #B85FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85FC8

Black with #B85FC8

Text Example


Text Example

White with #B85FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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