#b656dc

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

Shades of Medium Orchid #B656DC

Tints of Medium Orchid #B656DC

Color information

#B656DC (or 0xB656DC) is unknown color: approx Medium Orchid. HEX triplet: B6, 56 and DC. RGB value is (182,86,220). Sum of RGB (Red+Green+Blue) = 182+86+220=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #B656DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B656DC is #49A923. Grayscale: #818181. Windows color (decimal): -4827428 or 14440118. OLE color: 14440118.

HSL color Cylindrical-coordinate representation of color #B656DC: hue angle of 282.99º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B656DC is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18286220-
CMYK0.170.6100.14
HSL282.99º65.69%60%-
HSV(B)282.99º60.91%86.27%-
XYZ35.5421.7770.04-
YUV129.98178.8165.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.30%
GREEN value IS 86 (33.98% from 255) = 17.62%
BLUE value IS 220 (86.33% from 255) = 45.08%
R=37.30%
G=17.62%
B=45.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal182862200.170.6100.14282.9965.6960
HexB656DC113D0E11b423c
Octal266126334217501643310274
Binary1011011010101101101110010001111101011101000110111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b656dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b656dc; }

 p { color: rgb(182,86,220); }

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

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

 a { background-color: rgb(182,86,220); }

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

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

 span { border-color: rgb(182,86,220); }

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