Html Css Color HEX #B384BA East Side

📋 copy color: '#B384BA'

red 179 ◦ green 132 ◦ blue 186

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

Shades of East Side #B384BA

Tints of East Side #B384BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.42%

R = 36.02%
G = 26.56%
B = 37.42%

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

#B384BA (or 0xB384BA) is known color: East Side. HEX triplet: B3, 84 and BA. RGB value is (179,132,186). Sum of RGB (Red+Green+Blue) = 179+132+186=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 132 (51.95% from 255 or 26.56% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #B384BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384BA is #4C7B45. Grayscale: #989898. Windows color (decimal): -5012294 or 12223667. OLE color: 12223667.

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

Color convert

RGB 179 132 186 -
CMYK 0.04 0.29 0 0.27
HSL 292.22º 0.28% 0.62% -
HSV(B) 292.22º 0.29% 0.73% -
XYZ 35.7 29.63 50.29 -
YUV 152.21 147.07 147.11 -
System Red Green Blue C M Y K H S L
Decimal 179 132 186 0.04 0.29 0 0.27 292.22 0.28 0.62
Hex B3 84 BA 4 1D 0 1B 124 1C 3E
Octal 263 204 272 4 35 0 33 444 34 76
Binary 10110011 10000100 10111010 100 11101 0 11011 100100100 11100 111110

Color Harmonies of #B384BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B384BA

Black with #B384BA

Text Example


Text Example

White with #B384BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B384BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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