#B570DC

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

Shades of Medium Orchid #B570DC

Tints of Medium Orchid #B570DC

Color information

#B570DC (or 0xB570DC) is unknown color: approx Medium Orchid. HEX triplet: B5, 70 and DC. RGB value is (181,112,220). Sum of RGB (Red+Green+Blue) = 181+112+220=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #B570DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B570DC is #4A8F23. Grayscale: #909090. Windows color (decimal): -4886308 or 14446773. OLE color: 14446773.

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

Color convert

RGB181112220-
CMYK0.180.4900.14
HSL278.33º60.67%65.1%-
HSV(B)278.33º49.09%86.27%-
XYZ37.7726.5870.85-
YUV144.94170.36153.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.28%
GREEN value IS 112 (44.14% from 255) = 21.83%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=35.28%
G=21.83%
B=42.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811122200.180.4900.14278.3360.6765.1
HexB570DC12310E1163d41
Octal265160334226101642675101
Binary1011010111100001101110010010110001011101000101101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B570DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B570DC; }

 p { color: rgb(181,112,220); }

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

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

 a { background-color: rgb(181,112,220); }

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

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

 span { border-color: rgb(181,112,220); }

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