#B545CC

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

Shades of Medium Orchid #B545CC

Tints of Medium Orchid #B545CC

Color information

#B545CC (or 0xB545CC) is unknown color: approx Medium Orchid. HEX triplet: B5, 45 and CC. RGB value is (181,69,204). Sum of RGB (Red+Green+Blue) = 181+69+204=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 69 (27.34% from 255 or 15.20% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #B545CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B545CC is #4ABA33. Grayscale: #757575. Windows color (decimal): -4897332 or 13387189. OLE color: 13387189.

HSL color Cylindrical-coordinate representation of color #B545CC: hue angle of 289.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B545CC is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18169204-
CMYK0.110.6600.2
HSL289.78º56.96%53.53%-
HSV(B)289.78º66.18%80%-
XYZ32.0818.4458.99-
YUV117.88176.61173.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.87%
GREEN value IS 69 (27.34% from 255) = 15.20%
BLUE value IS 204 (80.08% from 255) = 44.93%
R=39.87%
G=15.20%
B=44.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal181692040.110.6600.2289.7856.9653.53
HexB545CCB420141223936
Octal265105314131020244427166
Binary1011010110001011100110010111000010010100100100010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B545CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B545CC; }

 p { color: rgb(181,69,204); }

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

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

 a { background-color: rgb(181,69,204); }

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

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

 span { border-color: rgb(181,69,204); }

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