#B275CA

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

Shades of East Side #B275CA

Tints of East Side #B275CA

Color information

#B275CA (or 0xB275CA) is unknown color: approx East Side. HEX triplet: B2, 75 and CA. RGB value is (178,117,202). Sum of RGB (Red+Green+Blue) = 178+117+202=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #B275CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B275CA is #4D8A35. Grayscale: #909090. Windows color (decimal): -5081654 or 13268402. OLE color: 13268402.

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

Color convert

RGB178117202-
CMYK0.120.4200.21
HSL283.06º44.5%62.55%-
HSV(B)283.06º42.08%79.22%-
XYZ35.3826.4559.12-
YUV144.93160.21151.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.81%
GREEN value IS 117 (46.09% from 255) = 23.54%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=35.81%
G=23.54%
B=40.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781172020.120.4200.21283.0644.562.55
HexB275CAC2A01511b2d3f
Octal26216531214520254335577
Binary101100101110101110010101100101010010101100011011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B275CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B275CA; }

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

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

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

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

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

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

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

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