#B37BCD

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

Shades of East Side #B37BCD

Tints of East Side #B37BCD

Color information

#B37BCD (or 0xB37BCD) is unknown color: approx East Side. HEX triplet: B3, 7B and CD. RGB value is (179,123,205). Sum of RGB (Red+Green+Blue) = 179+123+205=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #B37BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37BCD is #4C8432. Grayscale: #949494. Windows color (decimal): -5014579 or 13466547. OLE color: 13466547.

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

Color convert

RGB179123205-
CMYK0.130.400.20
HSL280.98º45.05%64.31%-
HSV(B)280.98º40%80.39%-
XYZ36.6928.1661.26-
YUV149.09159.55149.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.31%
GREEN value IS 123 (48.44% from 255) = 24.26%
BLUE value IS 205 (80.47% from 255) = 40.43%
R=35.31%
G=24.26%
B=40.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1791232050.130.400.20280.9845.0564.31
HexB37BCDD280141192d40
Octal263173315155002443155100
Binary1011001111110111100110111011010000101001000110011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37BCD; }

 p { color: rgb(179,123,205); }

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

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

 a { background-color: rgb(179,123,205); }

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

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

 span { border-color: rgb(179,123,205); }

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