#B543CA

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

Shades of Medium Orchid #B543CA

Tints of Medium Orchid #B543CA

Color information

#B543CA (or 0xB543CA) is unknown color: approx Medium Orchid. HEX triplet: B5, 43 and CA. RGB value is (181,67,202). Sum of RGB (Red+Green+Blue) = 181+67+202=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 67 (26.56% from 255 or 14.89% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #B543CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B543CA is #4ABC35. Grayscale: #747474. Windows color (decimal): -4897846 or 13255605. OLE color: 13255605.

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

Color convert

RGB18167202-
CMYK0.100.6700.21
HSL290.67º56.02%52.75%-
HSV(B)290.67º66.83%79.22%-
XYZ31.7218.157.7-
YUV116.48176.27174.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 67 (26.56% from 255) = 14.89%
BLUE value IS 202 (79.30% from 255) = 44.89%
R=40.22%
G=14.89%
B=44.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181672020.100.6700.21290.6756.0252.75
HexB543CAA430151233835
Octal265103312121030254437065
Binary1011010110000111100101010101000011010101100100011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B543CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B543CA; }

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

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

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

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

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

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

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

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