Html Css Color HEX #B384B9 East Side

📋 copy color: '#B384B9'

red 179 ◦ green 132 ◦ blue 185

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

Shades of East Side #B384B9

Tints of East Side #B384B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.3%

R = 36.09%
G = 26.61%
B = 37.3%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B384B9 (or 0xB384B9) is known color: East Side. HEX triplet: B3, 84 and B9. RGB value is (179,132,185). Sum of RGB (Red+Green+Blue) = 179+132+185=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 185 - color contains mainly: blue. Hex color #B384B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B384B9 is #4C7B46. Grayscale: #979797. Windows color (decimal): -5012295 or 12158131. OLE color: 12158131.

HSL color Cylindrical-coordinate representation of color #B384B9: hue angle of 293.21º degrees, saturation: 0.27, 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 #B384B9 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 132 185 -
CMYK 0.03 0.29 0 0.27
HSL 293.21º 0.27% 0.62% -
HSV(B) 293.21º 0.29% 0.73% -
XYZ 35.6 29.59 49.73 -
YUV 152.1 146.57 147.19 -
System Red Green Blue C M Y K H S L
Decimal 179 132 185 0.03 0.29 0 0.27 293.21 0.27 0.62
Hex B3 84 B9 3 1D 0 1B 125 1B 3E
Octal 263 204 271 3 35 0 33 445 33 76
Binary 10110011 10000100 10111001 11 11101 0 11011 100100101 11011 111110

Color Harmonies of #B384B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B384B9

Black with #B384B9

Text Example


Text Example

White with #B384B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B384B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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