#B472CC

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

Shades of Medium Orchid #B472CC

Tints of Medium Orchid #B472CC

Color information

#B472CC (or 0xB472CC) is unknown color: approx Medium Orchid. HEX triplet: B4, 72 and CC. RGB value is (180,114,204). Sum of RGB (Red+Green+Blue) = 180+114+204=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #B472CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B472CC is #4B8D33. Grayscale: #8F8F8F. Windows color (decimal): -4951348 or 13398708. OLE color: 13398708.

HSL color Cylindrical-coordinate representation of color #B472CC: hue angle of 284º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B472CC is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB180114204-
CMYK0.120.4400.2
HSL284º46.88%62.35%-
HSV(B)284º44.12%80%-
XYZ35.7426.160.28-
YUV143.99161.87153.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.14%
GREEN value IS 114 (44.92% from 255) = 22.89%
BLUE value IS 204 (80.08% from 255) = 40.96%
R=36.14%
G=22.89%
B=40.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1801142040.120.4400.228446.8862.35
HexB472CCC2C01411c2f3e
Octal26416231414540244345776
Binary101101001110010110011001100101100010100100011100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B472CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B472CC; }

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

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

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

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

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

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

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

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