Html Css Color HEX #B16ACB Medium Orchid

📋 copy color: '#B16ACB'

red 177 ◦ green 106 ◦ blue 203

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

Shades of Medium Orchid #B16ACB

Tints of Medium Orchid #B16ACB

RGB

 RED value IS 177 (69.53% from 255) = 36.42%

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

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

R = 36.42%
G = 21.81%
B = 41.77%

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

#B16ACB (or 0xB16ACB) is known color: Medium Orchid. HEX triplet: B1, 6A and CB. RGB value is (177,106,203). Sum of RGB (Red+Green+Blue) = 177+106+203=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #B16ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ACB is #4E9534. Grayscale: #898989. Windows color (decimal): -5150005 or 13331121. OLE color: 13331121.

HSL color Cylindrical-coordinate representation of color #B16ACB: hue angle of 283.92º 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 #B16ACB is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 106 203 -
CMYK 0.13 0.48 0 0.20
HSL 283.92º 0.48% 0.61% -
HSV(B) 283.92º 0.48% 0.8% -
XYZ 34.06 23.97 59.33 -
YUV 138.29 164.52 155.61 -
System Red Green Blue C M Y K H S L
Decimal 177 106 203 0.13 0.48 0 0.20 283.92 0.48 0.61
Hex B1 6A CB D 30 0 14 11C 30 3D
Octal 261 152 313 15 60 0 24 434 60 75
Binary 10110001 1101010 11001011 1101 110000 0 10100 100011100 110000 111101

Color Harmonies of #B16ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16ACB

Black with #B16ACB

Text Example


Text Example

White with #B16ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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