Html Css Color HEX #B382BB East Side

📋 copy color: '#B382BB'

red 179 ◦ green 130 ◦ blue 187

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

Shades of East Side #B382BB

Tints of East Side #B382BB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.21%

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

R = 36.09%
G = 26.21%
B = 37.7%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B382BB (or 0xB382BB) is known color: East Side. HEX triplet: B3, 82 and BB. RGB value is (179,130,187). Sum of RGB (Red+Green+Blue) = 179+130+187=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #B382BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B382BB is #4C7D44. Grayscale: #969696. Windows color (decimal): -5012805 or 12288691. OLE color: 12288691.

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

Color convert

RGB 179 130 187 -
CMYK 0.04 0.30 0 0.27
HSL 291.58º 0.3% 0.62% -
HSV(B) 291.58º 0.3% 0.73% -
XYZ 35.54 29.14 50.76 -
YUV 151.15 148.23 147.87 -
System Red Green Blue C M Y K H S L
Decimal 179 130 187 0.04 0.30 0 0.27 291.58 0.3 0.62
Hex B3 82 BB 4 1E 0 1B 124 1E 3E
Octal 263 202 273 4 36 0 33 444 36 76
Binary 10110011 10000010 10111011 100 11110 0 11011 100100100 11110 111110

Color Harmonies of #B382BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B382BB

Black with #B382BB

Text Example


Text Example

White with #B382BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B382BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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