#B775CB

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

Shades of East Side #B775CB

Tints of East Side #B775CB

Color information

#B775CB (or 0xB775CB) is unknown color: approx East Side. HEX triplet: B7, 75 and CB. RGB value is (183,117,203). Sum of RGB (Red+Green+Blue) = 183+117+203=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #B775CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B775CB is #488A34. Grayscale: #929292. Windows color (decimal): -4753973 or 13333943. OLE color: 13333943.

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

Color convert

RGB183117203-
CMYK0.100.4200.20
HSL286.05º45.26%62.75%-
HSV(B)286.05º42.36%79.61%-
XYZ36.6727.159.8-
YUV146.54159.87154.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.38%
GREEN value IS 117 (46.09% from 255) = 23.26%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=36.38%
G=23.26%
B=40.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831172030.100.4200.20286.0545.2662.75
HexB775CBA2A01411e2d3f
Octal26716531312520244365577
Binary101101111110101110010111010101010010100100011110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B775CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B775CB; }

 p { color: rgb(183,117,203); }

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

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

 a { background-color: rgb(183,117,203); }

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

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

 span { border-color: rgb(183,117,203); }

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