Html Css Color HEX #B16ACC Medium Orchid

📋 copy color: '#B16ACC'

red 177 ◦ green 106 ◦ blue 204

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

Shades of Medium Orchid #B16ACC

Tints of Medium Orchid #B16ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.89%

R = 36.34%
G = 21.77%
B = 41.89%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B16ACC (or 0xB16ACC) is known color: Medium Orchid. HEX triplet: B1, 6A and CC. RGB value is (177,106,204). Sum of RGB (Red+Green+Blue) = 177+106+204=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #B16ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16ACC is #4E9533. Grayscale: #8A8A8A. Windows color (decimal): -5150004 or 13396657. OLE color: 13396657.

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

Color convert

RGB 177 106 204 -
CMYK 0.13 0.48 0 0.2
HSL 283.47º 0.49% 0.61% -
HSV(B) 283.47º 0.48% 0.8% -
XYZ 34.18 24.01 59.96 -
YUV 138.4 165.02 155.53 -
System Red Green Blue C M Y K H S L
Decimal 177 106 204 0.13 0.48 0 0.2 283.47 0.49 0.61
Hex B1 6A CC D 30 0 14 11B 31 3D
Octal 261 152 314 15 60 0 24 433 61 75
Binary 10110001 1101010 11001100 1101 110000 0 10100 100011011 110001 111101

Color Harmonies of #B16ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16ACC

Black with #B16ACC

Text Example


Text Example

White with #B16ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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