Html Css Color HEX #B16ACD Medium Orchid

📋 copy color: '#B16ACD'

red 177 ◦ green 106 ◦ blue 205

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

Shades of Medium Orchid #B16ACD

Tints of Medium Orchid #B16ACD

RGB

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

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

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

R = 36.27%
G = 21.72%
B = 42.01%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B16ACD (or 0xB16ACD) is known color: Medium Orchid. HEX triplet: B1, 6A and CD. RGB value is (177,106,205). Sum of RGB (Red+Green+Blue) = 177+106+205=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #B16ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ACD is #4E9532. Grayscale: #8A8A8A. Windows color (decimal): -5150003 or 13462193. OLE color: 13462193.

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

Color convert

RGB 177 106 205 -
CMYK 0.14 0.48 0 0.20
HSL 283.03º 0.5% 0.61% -
HSV(B) 283.03º 0.48% 0.8% -
XYZ 34.3 24.06 60.59 -
YUV 138.52 165.52 155.45 -
System Red Green Blue C M Y K H S L
Decimal 177 106 205 0.14 0.48 0 0.20 283.03 0.5 0.61
Hex B1 6A CD E 30 0 14 11B 32 3D
Octal 261 152 315 16 60 0 24 433 62 75
Binary 10110001 1101010 11001101 1110 110000 0 10100 100011011 110010 111101

Color Harmonies of #B16ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16ACD

Black with #B16ACD

Text Example


Text Example

White with #B16ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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