#B443CC

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

Shades of Medium Orchid #B443CC

Tints of Medium Orchid #B443CC

Color information

#B443CC (or 0xB443CC) is unknown color: approx Medium Orchid. HEX triplet: B4, 43 and CC. RGB value is (180,67,204). Sum of RGB (Red+Green+Blue) = 180+67+204=451 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.91% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #B443CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B443CC is #4BBC33. Grayscale: #737373. Windows color (decimal): -4963380 or 13386676. OLE color: 13386676.

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

Color convert

RGB18067204-
CMYK0.120.6700.2
HSL289.49º57.32%53.14%-
HSV(B)289.49º67.16%80%-
XYZ31.7318.0858.94-
YUV116.4177.44173.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.91%
GREEN value IS 67 (26.56% from 255) = 14.86%
BLUE value IS 204 (80.08% from 255) = 45.23%
R=39.91%
G=14.86%
B=45.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal180672040.120.6700.2289.4957.3253.14
HexB443CCC430141213935
Octal264103314141030244417165
Binary1011010010000111100110011001000011010100100100001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B443CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B443CC; }

 p { color: rgb(180,67,204); }

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

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

 a { background-color: rgb(180,67,204); }

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

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

 span { border-color: rgb(180,67,204); }

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