Html Css Color HEX #B85ACB Medium Orchid

📋 copy color: '#B85ACB'

red 184 ◦ green 90 ◦ blue 203

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

Shades of Medium Orchid #B85ACB

Tints of Medium Orchid #B85ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.56%

R = 38.57%
G = 18.87%
B = 42.56%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B85ACB (or 0xB85ACB) is known color: Medium Orchid. HEX triplet: B8, 5A and CB. RGB value is (184,90,203). Sum of RGB (Red+Green+Blue) = 184+90+203=477 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.57% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #B85ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85ACB is #47A534. Grayscale: #828282. Windows color (decimal): -4695349 or 13327032. OLE color: 13327032.

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

Color convert

RGB 184 90 203 -
CMYK 0.09 0.56 0 0.20
HSL 289.91º 0.52% 0.57% -
HSV(B) 289.91º 0.56% 0.8% -
XYZ 34.2 21.81 58.91 -
YUV 130.99 168.64 165.81 -
System Red Green Blue C M Y K H S L
Decimal 184 90 203 0.09 0.56 0 0.20 289.91 0.52 0.57
Hex B8 5A CB 9 38 0 14 122 34 39
Octal 270 132 313 11 70 0 24 442 64 71
Binary 10111000 1011010 11001011 1001 111000 0 10100 100100010 110100 111001

Color Harmonies of #B85ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85ACB

Black with #B85ACB

Text Example


Text Example

White with #B85ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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