#B570CA

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

Shades of Medium Orchid #B570CA

Tints of Medium Orchid #B570CA

Color information

#B570CA (or 0xB570CA) is unknown color: approx Medium Orchid. HEX triplet: B5, 70 and CA. RGB value is (181,112,202). Sum of RGB (Red+Green+Blue) = 181+112+202=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #B570CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B570CA is #4A8F35. Grayscale: #8E8E8E. Windows color (decimal): -4886326 or 13267125. OLE color: 13267125.

HSL color Cylindrical-coordinate representation of color #B570CA: hue angle of 286º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B570CA is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181112202-
CMYK0.100.4500.21
HSL286º45.92%61.57%-
HSV(B)286º44.55%79.22%-
XYZ35.5125.6858.96-
YUV142.89161.36155.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.57%
GREEN value IS 112 (44.14% from 255) = 22.63%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=36.57%
G=22.63%
B=40.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811122020.100.4500.2128645.9261.57
HexB570CAA2D01511e2e3e
Octal26516031212550254365676
Binary101101011110000110010101010101101010101100011110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B570CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B570CA; }

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

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

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

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

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

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

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

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