#B06ADC

Color #B06ADC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B06ADC

Tints of Medium Orchid #B06ADC

Color information

#B06ADC (or 0xB06ADC) is unknown color: approx Medium Orchid. HEX triplet: B0, 6A and DC. RGB value is (176,106,220). Sum of RGB (Red+Green+Blue) = 176+106+220=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #B06ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06ADC is #4F9523. Grayscale: #8B8B8B. Windows color (decimal): -5215524 or 14445232. OLE color: 14445232.

HSL color Cylindrical-coordinate representation of color #B06ADC: hue angle of 276.84º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B06ADC is Cyan = 0.2, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176106220-
CMYK0.20.5200.14
HSL276.84º61.96%63.92%-
HSV(B)276.84º51.82%86.27%-
XYZ35.9824.7170.58-
YUV139.93173.19153.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.06%
GREEN value IS 106 (41.80% from 255) = 21.12%
BLUE value IS 220 (86.33% from 255) = 43.82%
R=35.06%
G=21.12%
B=43.82%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761062200.20.5200.14276.8461.9663.92
HexB06ADC14340E1153e40
Octal260152334246401642576100
Binary1011000011010101101110010100110100011101000101011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06ADC; }

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

 H1.HeaderClassName
 {
   color: #B06ADC;
 }
 .AnyTagClassName
 {
   color: #B06ADC;
 }
</style>
background-color css

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

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

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

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

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

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