#B571D4

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

Shades of Medium Orchid #B571D4

Tints of Medium Orchid #B571D4

Color information

#B571D4 (or 0xB571D4) is unknown color: approx Medium Orchid. HEX triplet: B5, 71 and D4. RGB value is (181,113,212). Sum of RGB (Red+Green+Blue) = 181+113+212=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 212 - color contains mainly: blue. Hex color #B571D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571D4 is #4A8E2B. Grayscale: #909090. Windows color (decimal): -4886060 or 13922741. OLE color: 13922741.

HSL color Cylindrical-coordinate representation of color #B571D4: hue angle of 281.21º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B571D4 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB181113212-
CMYK0.150.4700.17
HSL281.21º53.51%63.73%-
HSV(B)281.21º46.7%83.14%-
XYZ36.8426.3965.44-
YUV144.62166.03153.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.77%
GREEN value IS 113 (44.53% from 255) = 22.33%
BLUE value IS 212 (83.20% from 255) = 41.90%
R=35.77%
G=22.33%
B=41.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1811132120.150.4700.17281.2153.5163.73
HexB571D4F2F0111193640
Octal265161324175702143166100
Binary1011010111100011101010011111011110100011000110011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B571D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B571D4; }

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

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

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

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

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

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

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

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