Html Css Color HEX #B380BE East Side

📋 copy color: '#B380BE'

red 179 ◦ green 128 ◦ blue 190

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

Shades of East Side #B380BE

Tints of East Side #B380BE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.75%

 BLUE value IS 190 (74.61% from 255) = 38.23%

R = 36.02%
G = 25.75%
B = 38.23%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B380BE (or 0xB380BE) is known color: East Side. HEX triplet: B3, 80 and BE. RGB value is (179,128,190). Sum of RGB (Red+Green+Blue) = 179+128+190=497 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.02% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #B380BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B380BE is #4C7F41. Grayscale: #969696. Windows color (decimal): -5013314 or 12484787. OLE color: 12484787.

HSL color Cylindrical-coordinate representation of color #B380BE: hue angle of 289.35º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B380BE is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 128 190 -
CMYK 0.06 0.33 0 0.25
HSL 289.35º 0.32% 0.62% -
HSV(B) 289.35º 0.33% 0.75% -
XYZ 35.6 28.74 52.39 -
YUV 150.32 150.4 148.46 -
System Red Green Blue C M Y K H S L
Decimal 179 128 190 0.06 0.33 0 0.25 289.35 0.32 0.62
Hex B3 80 BE 6 21 0 19 121 20 3E
Octal 263 200 276 6 41 0 31 441 40 76
Binary 10110011 10000000 10111110 110 100001 0 11001 100100001 100000 111110

Color Harmonies of #B380BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B380BE

Black with #B380BE

Text Example


Text Example

White with #B380BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B380BE; }

 p { color: rgb(179,128,190); }

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

background-color css

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

 a { background-color: rgb(179,128,190); }

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

border-color css

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

 span { border-color: rgb(179,128,190); }

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