#B571DA

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

Shades of Medium Orchid #B571DA

Tints of Medium Orchid #B571DA

Color information

#B571DA (or 0xB571DA) is unknown color: approx Medium Orchid. HEX triplet: B5, 71 and DA. RGB value is (181,113,218). Sum of RGB (Red+Green+Blue) = 181+113+218=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #B571DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571DA is #4A8E25. Grayscale: #909090. Windows color (decimal): -4886054 or 14315957. OLE color: 14315957.

HSL color Cylindrical-coordinate representation of color #B571DA: hue angle of 278.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B571DA is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181113218-
CMYK0.170.4800.15
HSL278.86º58.66%64.9%-
HSV(B)278.86º48.17%85.49%-
XYZ37.6226.769.5-
YUV145.3169.03153.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.35%
GREEN value IS 113 (44.53% from 255) = 22.07%
BLUE value IS 218 (85.55% from 255) = 42.58%
R=35.35%
G=22.07%
B=42.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811132180.170.4800.15278.8658.6664.9
HexB571DA11300F1173b41
Octal265161332216001742773101
Binary1011010111100011101101010001110000011111000101111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B571DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B571DA; }

 p { color: rgb(181,113,218); }

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

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

 a { background-color: rgb(181,113,218); }

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

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

 span { border-color: rgb(181,113,218); }

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