Html Css Color HEX #B06ACB Medium Orchid

📋 copy color: '#B06ACB'

red 176 ◦ green 106 ◦ blue 203

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

Shades of Medium Orchid #B06ACB

Tints of Medium Orchid #B06ACB

RGB

 RED value IS 176 (69.14% from 255) = 36.29%

 GREEN value IS 106 (41.8% from 255) = 21.86%

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

R = 36.29%
G = 21.86%
B = 41.86%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B06ACB (or 0xB06ACB) is known color: Medium Orchid. HEX triplet: B0, 6A and CB. RGB value is (176,106,203). Sum of RGB (Red+Green+Blue) = 176+106+203=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #B06ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06ACB is #4F9534. Grayscale: #898989. Windows color (decimal): -5215541 or 13331120. OLE color: 13331120.

HSL color Cylindrical-coordinate representation of color #B06ACB: hue angle of 283.3º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B06ACB is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 106 203 -
CMYK 0.13 0.48 0 0.20
HSL 283.3º 0.48% 0.61% -
HSV(B) 283.3º 0.48% 0.8% -
XYZ 33.84 23.85 59.32 -
YUV 137.99 164.69 155.11 -
System Red Green Blue C M Y K H S L
Decimal 176 106 203 0.13 0.48 0 0.20 283.3 0.48 0.61
Hex B0 6A CB D 30 0 14 11B 30 3D
Octal 260 152 313 15 60 0 24 433 60 75
Binary 10110000 1101010 11001011 1101 110000 0 10100 100011011 110000 111101

Color Harmonies of #B06ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06ACB

Black with #B06ACB

Text Example


Text Example

White with #B06ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06ACB; }

 p { color: rgb(176,106,203); }

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

background-color css

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

 a { background-color: rgb(176,106,203); }

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

border-color css

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

 span { border-color: rgb(176,106,203); }

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