#B184CD

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

Shades of East Side #B184CD

Tints of East Side #B184CD

Color information

#B184CD (or 0xB184CD) is unknown color: approx East Side. HEX triplet: B1, 84 and CD. RGB value is (177,132,205). Sum of RGB (Red+Green+Blue) = 177+132+205=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #B184CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B184CD is #4E7B32. Grayscale: #999999. Windows color (decimal): -5143347 or 13468849. OLE color: 13468849.

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

Color convert

RGB177132205-
CMYK0.140.3600.20
HSL276.99º42.2%66.08%-
HSV(B)276.99º35.61%80.39%-
XYZ37.430.2661.63-
YUV153.78156.91144.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.44%
GREEN value IS 132 (51.95% from 255) = 25.68%
BLUE value IS 205 (80.47% from 255) = 39.88%
R=34.44%
G=25.68%
B=39.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771322050.140.3600.20276.9942.266.08
HexB184CDE240141152a42
Octal261204315164402442552102
Binary10110001100001001100110111101001000101001000101011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B184CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B184CD; }

 p { color: rgb(177,132,205); }

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

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

 a { background-color: rgb(177,132,205); }

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

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

 span { border-color: rgb(177,132,205); }

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