#B544CC

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

Shades of Medium Orchid #B544CC

Tints of Medium Orchid #B544CC

Color information

#B544CC (or 0xB544CC) is unknown color: approx Medium Orchid. HEX triplet: B5, 44 and CC. RGB value is (181,68,204). Sum of RGB (Red+Green+Blue) = 181+68+204=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 68 (26.95% from 255 or 15.01% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #B544CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B544CC is #4ABB33. Grayscale: #747474. Windows color (decimal): -4897588 or 13386933. OLE color: 13386933.

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

Color convert

RGB18168204-
CMYK0.110.6700.2
HSL289.85º57.14%53.33%-
HSV(B)289.85º66.67%80%-
XYZ32.0218.3258.97-
YUV117.29176.94173.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 68 (26.95% from 255) = 15.01%
BLUE value IS 204 (80.08% from 255) = 45.03%
R=39.96%
G=15.01%
B=45.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal181682040.110.6700.2289.8557.1453.33
HexB544CCB430141223935
Octal265104314131030244427165
Binary1011010110001001100110010111000011010100100100010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B544CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B544CC; }

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

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

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

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

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

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

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

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