#B544CB

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

Shades of Medium Orchid #B544CB

Tints of Medium Orchid #B544CB

Color information

#B544CB (or 0xB544CB) is unknown color: approx Medium Orchid. HEX triplet: B5, 44 and CB. RGB value is (181,68,203). Sum of RGB (Red+Green+Blue) = 181+68+203=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #B544CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B544CB is #4ABB34. Grayscale: #747474. Windows color (decimal): -4897589 or 13321397. OLE color: 13321397.

HSL color Cylindrical-coordinate representation of color #B544CB: hue angle of 290.22º degrees, saturation: 0.56, 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 #B544CB is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18168203-
CMYK0.110.6700.20
HSL290.22º56.49%53.14%-
HSV(B)290.22º66.5%79.61%-
XYZ31.918.2758.34-
YUV117.18176.44173.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.04%
GREEN value IS 68 (26.95% from 255) = 15.04%
BLUE value IS 203 (79.69% from 255) = 44.91%
R=40.04%
G=15.04%
B=44.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181682030.110.6700.20290.2256.4953.14
HexB544CBB430141223835
Octal265104313131030244427065
Binary1011010110001001100101110111000011010100100100010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B544CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B544CB; }

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

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

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

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

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

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

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

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