#B570DB

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

Shades of Medium Orchid #B570DB

Tints of Medium Orchid #B570DB

Color information

#B570DB (or 0xB570DB) is unknown color: approx Medium Orchid. HEX triplet: B5, 70 and DB. RGB value is (181,112,219). Sum of RGB (Red+Green+Blue) = 181+112+219=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #B570DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B570DB is #4A8F24. Grayscale: #909090. Windows color (decimal): -4886309 or 14381237. OLE color: 14381237.

HSL color Cylindrical-coordinate representation of color #B570DB: hue angle of 278.69º degrees, saturation: 0.6, 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 #B570DB is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181112219-
CMYK0.170.4900.14
HSL278.69º59.78%64.9%-
HSV(B)278.69º48.86%85.88%-
XYZ37.6426.5370.15-
YUV144.83169.86153.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.35%
GREEN value IS 112 (44.14% from 255) = 21.88%
BLUE value IS 219 (85.94% from 255) = 42.77%
R=35.35%
G=21.88%
B=42.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811122190.170.4900.14278.6959.7864.9
HexB570DB11310E1173c41
Octal265160333216101642774101
Binary1011010111100001101101110001110001011101000101111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B570DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B570DB; }

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

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

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

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

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

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

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

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