#B675CB

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

Shades of East Side #B675CB

Tints of East Side #B675CB

Color information

#B675CB (or 0xB675CB) is unknown color: approx East Side. HEX triplet: B6, 75 and CB. RGB value is (182,117,203). Sum of RGB (Red+Green+Blue) = 182+117+203=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 117 (46.09% from 255 or 23.31% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #B675CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675CB is #498A34. Grayscale: #919191. Windows color (decimal): -4819509 or 13333942. OLE color: 13333942.

HSL color Cylindrical-coordinate representation of color #B675CB: hue angle of 285.35º 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 #B675CB is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB182117203-
CMYK0.100.4200.20
HSL285.35º45.26%62.75%-
HSV(B)285.35º42.36%79.61%-
XYZ36.4326.9859.79-
YUV146.24160.03153.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 117 (46.09% from 255) = 23.31%
BLUE value IS 203 (79.69% from 255) = 40.44%
R=36.25%
G=23.31%
B=40.44%

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
Decimal1821172030.100.4200.20285.3545.2662.75
HexB675CBA2A01411d2d3f
Octal26616531312520244355577
Binary101101101110101110010111010101010010100100011101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B675CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B675CB; }

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

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

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

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

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

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

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

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