#B272CA

Color #B272CA East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B272CA

Tints of East Side #B272CA

Color information

#B272CA (or 0xB272CA) is unknown color: approx East Side. HEX triplet: B2, 72 and CA. RGB value is (178,114,202). Sum of RGB (Red+Green+Blue) = 178+114+202=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 202 (79.30% from 255 or 40.89% from 494); Max value from RGB is 202 - color contains mainly: blue. Hex color #B272CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B272CA is #4D8D35. Grayscale: #8E8E8E. Windows color (decimal): -5082422 or 13267634. OLE color: 13267634.

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

Color convert

RGB178114202-
CMYK0.120.4400.21
HSL283.64º45.36%61.96%-
HSV(B)283.64º43.56%79.22%-
XYZ35.0425.7659-
YUV143.17161.2152.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.03%
GREEN value IS 114 (44.92% from 255) = 23.08%
BLUE value IS 202 (79.30% from 255) = 40.89%
R=36.03%
G=23.08%
B=40.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781142020.120.4400.21283.6445.3661.96
HexB272CAC2C01511c2d3e
Octal26216231214540254345576
Binary101100101110010110010101100101100010101100011100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B272CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B272CA; }

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

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

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

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

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

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

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

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