Html Css Color HEX #B383B9 East Side

📋 copy color: '#B383B9'

red 179 ◦ green 131 ◦ blue 185

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

Shades of East Side #B383B9

Tints of East Side #B383B9

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.46%

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

R = 36.16%
G = 26.46%
B = 37.37%

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

#B383B9 (or 0xB383B9) is known color: East Side. HEX triplet: B3, 83 and B9. RGB value is (179,131,185). Sum of RGB (Red+Green+Blue) = 179+131+185=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 185 - color contains mainly: blue. Hex color #B383B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B383B9 is #4C7C46. Grayscale: #979797. Windows color (decimal): -5012551 or 12157875. OLE color: 12157875.

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

Color convert

RGB 179 131 185 -
CMYK 0.03 0.29 0 0.27
HSL 293.33º 0.28% 0.62% -
HSV(B) 293.33º 0.29% 0.73% -
XYZ 35.46 29.32 49.69 -
YUV 151.51 146.9 147.61 -
System Red Green Blue C M Y K H S L
Decimal 179 131 185 0.03 0.29 0 0.27 293.33 0.28 0.62
Hex B3 83 B9 3 1D 0 1B 125 1C 3E
Octal 263 203 271 3 35 0 33 445 34 76
Binary 10110011 10000011 10111001 11 11101 0 11011 100100101 11100 111110

Color Harmonies of #B383B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B383B9

Black with #B383B9

Text Example


Text Example

White with #B383B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B383B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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