Html Css Color HEX #B85FC7 Medium Orchid

📋 copy color: '#B85FC7'

red 184 ◦ green 95 ◦ blue 199

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

Shades of Medium Orchid #B85FC7

Tints of Medium Orchid #B85FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.63%

R = 38.49%
G = 19.87%
B = 41.63%

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

#B85FC7 (or 0xB85FC7) is known color: Medium Orchid. HEX triplet: B8, 5F and C7. RGB value is (184,95,199). Sum of RGB (Red+Green+Blue) = 184+95+199=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 199 - color contains mainly: blue. Hex color #B85FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85FC7 is #47A038. Grayscale: #858585. Windows color (decimal): -4694073 or 13066168. OLE color: 13066168.

HSL color Cylindrical-coordinate representation of color #B85FC7: hue angle of 291.35º degrees, saturation: 0.48, 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 #B85FC7 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 95 199 -
CMYK 0.08 0.52 0 0.22
HSL 291.35º 0.48% 0.58% -
HSV(B) 291.35º 0.52% 0.78% -
XYZ 34.17 22.5 56.57 -
YUV 133.47 164.99 164.04 -
System Red Green Blue C M Y K H S L
Decimal 184 95 199 0.08 0.52 0 0.22 291.35 0.48 0.58
Hex B8 5F C7 8 34 0 16 123 30 3A
Octal 270 137 307 10 64 0 26 443 60 72
Binary 10111000 1011111 11000111 1000 110100 0 10110 100100011 110000 111010

Color Harmonies of #B85FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85FC7

Black with #B85FC7

Text Example


Text Example

White with #B85FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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