#B546CA

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

Shades of Medium Orchid #B546CA

Tints of Medium Orchid #B546CA

Color information

#B546CA (or 0xB546CA) is unknown color: approx Medium Orchid. HEX triplet: B5, 46 and CA. RGB value is (181,70,202). Sum of RGB (Red+Green+Blue) = 181+70+202=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #B546CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B546CA is #4AB935. Grayscale: #757575. Windows color (decimal): -4897078 or 13256373. OLE color: 13256373.

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

Color convert

RGB18170202-
CMYK0.100.6500.21
HSL290.45º55.46%53.33%-
HSV(B)290.45º65.35%79.22%-
XYZ31.9118.4757.76-
YUV118.24175.27172.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 70 (27.73% from 255) = 15.45%
BLUE value IS 202 (79.30% from 255) = 44.59%
R=39.96%
G=15.45%
B=44.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181702020.100.6500.21290.4555.4653.33
HexB546CAA410151223735
Octal265106312121010254426765
Binary1011010110001101100101010101000001010101100100010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B546CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B546CA; }

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

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

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

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

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

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

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

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