#B546CC

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

Shades of Medium Orchid #B546CC

Tints of Medium Orchid #B546CC

Color information

#B546CC (or 0xB546CC) is unknown color: approx Medium Orchid. HEX triplet: B5, 46 and CC. RGB value is (181,70,204). Sum of RGB (Red+Green+Blue) = 181+70+204=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #B546CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B546CC is #4AB933. Grayscale: #767676. Windows color (decimal): -4897076 or 13387445. OLE color: 13387445.

HSL color Cylindrical-coordinate representation of color #B546CC: hue angle of 289.7º 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 #B546CC is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18170204-
CMYK0.110.6600.2
HSL289.7º56.78%53.73%-
HSV(B)289.7º65.69%80%-
XYZ32.1518.5659.02-
YUV118.46176.27172.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.78%
GREEN value IS 70 (27.73% from 255) = 15.38%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=39.78%
G=15.38%
B=44.84%

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
Decimal181702040.110.6600.2289.756.7853.73
HexB546CCB420141223936
Octal265106314131020244427166
Binary1011010110001101100110010111000010010100100100010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B546CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B546CC; }

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

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

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

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

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

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

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

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