Html Css Color HEX #B85ACD Medium Orchid

📋 copy color: '#B85ACD'

red 184 ◦ green 90 ◦ blue 205

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

Shades of Medium Orchid #B85ACD

Tints of Medium Orchid #B85ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.79%

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

R = 38.41%
G = 18.79%
B = 42.8%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B85ACD (or 0xB85ACD) is known color: Medium Orchid. HEX triplet: B8, 5A and CD. RGB value is (184,90,205). Sum of RGB (Red+Green+Blue) = 184+90+205=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #B85ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85ACD is #47A532. Grayscale: #828282. Windows color (decimal): -4695347 or 13458104. OLE color: 13458104.

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

Color convert

RGB 184 90 205 -
CMYK 0.10 0.56 0 0.20
HSL 289.04º 0.53% 0.58% -
HSV(B) 289.04º 0.56% 0.8% -
XYZ 34.44 21.91 60.17 -
YUV 131.22 169.64 165.65 -
System Red Green Blue C M Y K H S L
Decimal 184 90 205 0.10 0.56 0 0.20 289.04 0.53 0.58
Hex B8 5A CD A 38 0 14 121 35 3A
Octal 270 132 315 12 70 0 24 441 65 72
Binary 10111000 1011010 11001101 1010 111000 0 10100 100100001 110101 111010

Color Harmonies of #B85ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85ACD

Black with #B85ACD

Text Example


Text Example

White with #B85ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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