#B272CD

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

Shades of Medium Orchid #B272CD

Tints of Medium Orchid #B272CD

Color information

#B272CD (or 0xB272CD) is unknown color: approx Medium Orchid. HEX triplet: B2, 72 and CD. RGB value is (178,114,205). Sum of RGB (Red+Green+Blue) = 178+114+205=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #B272CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B272CD is #4D8D32. Grayscale: #8F8F8F. Windows color (decimal): -5082419 or 13464242. OLE color: 13464242.

HSL color Cylindrical-coordinate representation of color #B272CD: hue angle of 282.2º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B272CD is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178114205-
CMYK0.130.4400.20
HSL282.2º47.64%62.55%-
HSV(B)282.2º44.39%80.39%-
XYZ35.425.9160.89-
YUV143.51162.7152.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.81%
GREEN value IS 114 (44.92% from 255) = 22.94%
BLUE value IS 205 (80.47% from 255) = 41.25%
R=35.81%
G=22.94%
B=41.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781142050.130.4400.20282.247.6462.55
HexB272CDD2C01411a303f
Octal26216231515540244326077
Binary101100101110010110011011101101100010100100011010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B272CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B272CD; }

 p { color: rgb(178,114,205); }

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

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

 a { background-color: rgb(178,114,205); }

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

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

 span { border-color: rgb(178,114,205); }

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