Html Css Color HEX #B85FCD Medium Orchid

📋 copy color: '#B85FCD'

red 184 ◦ green 95 ◦ blue 205

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

Shades of Medium Orchid #B85FCD

Tints of Medium Orchid #B85FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.36%

R = 38.02%
G = 19.63%
B = 42.36%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B85FCD (or 0xB85FCD) is known color: Medium Orchid. HEX triplet: B8, 5F and CD. RGB value is (184,95,205). Sum of RGB (Red+Green+Blue) = 184+95+205=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #B85FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85FCD is #47A032. Grayscale: #858585. Windows color (decimal): -4694067 or 13459384. OLE color: 13459384.

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

Color convert

RGB 184 95 205 -
CMYK 0.10 0.54 0 0.20
HSL 288.55º 0.52% 0.59% -
HSV(B) 288.55º 0.54% 0.8% -
XYZ 34.88 22.78 60.32 -
YUV 134.15 167.99 163.56 -
System Red Green Blue C M Y K H S L
Decimal 184 95 205 0.10 0.54 0 0.20 288.55 0.52 0.59
Hex B8 5F CD A 36 0 14 121 34 3B
Octal 270 137 315 12 66 0 24 441 64 73
Binary 10111000 1011111 11001101 1010 110110 0 10100 100100001 110100 111011

Color Harmonies of #B85FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85FCD

Black with #B85FCD

Text Example


Text Example

White with #B85FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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