#B184CA

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

Shades of East Side #B184CA

Tints of East Side #B184CA

Color information

#B184CA (or 0xB184CA) is unknown color: approx East Side. HEX triplet: B1, 84 and CA. RGB value is (177,132,202). Sum of RGB (Red+Green+Blue) = 177+132+202=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #B184CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B184CA is #4E7B35. Grayscale: #999999. Windows color (decimal): -5143350 or 13272241. OLE color: 13272241.

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

Color convert

RGB177132202-
CMYK0.120.3500.21
HSL278.57º39.77%65.49%-
HSV(B)278.57º34.65%79.22%-
XYZ37.0430.1159.74-
YUV153.43155.41144.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.64%
GREEN value IS 132 (51.95% from 255) = 25.83%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=34.64%
G=25.83%
B=39.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771322020.120.3500.21278.5739.7765.49
HexB184CAC230151172841
Octal261204312144302542750101
Binary10110001100001001100101011001000110101011000101111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B184CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B184CA; }

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

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

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

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

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

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

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

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