Html Css Color HEX #B85FCC Medium Orchid

📋 copy color: '#B85FCC'

red 184 ◦ green 95 ◦ blue 204

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

Shades of Medium Orchid #B85FCC

Tints of Medium Orchid #B85FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 38.1%
G = 19.67%
B = 42.24%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B85FCC (or 0xB85FCC) is known color: Medium Orchid. HEX triplet: B8, 5F and CC. RGB value is (184,95,204). Sum of RGB (Red+Green+Blue) = 184+95+204=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #B85FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85FCC is #47A033. Grayscale: #858585. Windows color (decimal): -4694068 or 13393848. OLE color: 13393848.

HSL color Cylindrical-coordinate representation of color #B85FCC: hue angle of 288.99º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B85FCC is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 95 204 -
CMYK 0.10 0.53 0 0.2
HSL 288.99º 0.52% 0.59% -
HSV(B) 288.99º 0.53% 0.8% -
XYZ 34.76 22.73 59.68 -
YUV 134.04 167.49 163.64 -
System Red Green Blue C M Y K H S L
Decimal 184 95 204 0.10 0.53 0 0.2 288.99 0.52 0.59
Hex B8 5F CC A 35 0 14 121 34 3B
Octal 270 137 314 12 65 0 24 441 64 73
Binary 10111000 1011111 11001100 1010 110101 0 10100 100100001 110100 111011

Color Harmonies of #B85FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85FCC

Black with #B85FCC

Text Example


Text Example

White with #B85FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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