Html Css Color HEX #B384BB East Side

📋 copy color: '#B384BB'

red 179 ◦ green 132 ◦ blue 187

#B384BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #B384BB

Tints of East Side #B384BB

RGB

 RED value IS 179 (70.31% from 255) = 35.94%

 GREEN value IS 132 (51.95% from 255) = 26.51%

 BLUE value IS 187 (73.44% from 255) = 37.55%

R = 35.94%
G = 26.51%
B = 37.55%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B384BB (or 0xB384BB) is known color: East Side. HEX triplet: B3, 84 and BB. RGB value is (179,132,187). Sum of RGB (Red+Green+Blue) = 179+132+187=498 (65% of max value = 765). Red value is 179 (70.31% from 255 or 35.94% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #B384BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384BB is #4C7B44. Grayscale: #989898. Windows color (decimal): -5012293 or 12289203. OLE color: 12289203.

HSL color Cylindrical-coordinate representation of color #B384BB: hue angle of 291.27º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B384BB is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 132 187 -
CMYK 0.04 0.29 0 0.27
HSL 291.27º 0.29% 0.63% -
HSV(B) 291.27º 0.29% 0.73% -
XYZ 35.81 29.67 50.85 -
YUV 152.32 147.57 147.03 -
System Red Green Blue C M Y K H S L
Decimal 179 132 187 0.04 0.29 0 0.27 291.27 0.29 0.63
Hex B3 84 BB 4 1D 0 1B 123 1D 3F
Octal 263 204 273 4 35 0 33 443 35 77
Binary 10110011 10000100 10111011 100 11101 0 11011 100100011 11101 111111

Color Harmonies of #B384BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B384BB

Black with #B384BB

Text Example


Text Example

White with #B384BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B384BB; }

 p { color: rgb(179,132,187); }

 H1.HeaderClassName
 {
   color: #B384BB;
 }
 .AnyTagClassName
 {
   color: #B384BB;
 }
</style>

background-color css

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

 a { background-color: rgb(179,132,187); }

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

border-color css

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

 span { border-color: rgb(179,132,187); }

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