Html Css Color HEX #B380C9 East Side

📋 copy color: '#B380C9'

red 179 ◦ green 128 ◦ blue 201

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

Shades of East Side #B380C9

Tints of East Side #B380C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.57%

R = 35.24%
G = 25.2%
B = 39.57%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B380C9 (or 0xB380C9) is known color: East Side. HEX triplet: B3, 80 and C9. RGB value is (179,128,201). Sum of RGB (Red+Green+Blue) = 179+128+201=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 201 - color contains mainly: blue. Hex color #B380C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B380C9 is #4C7F36. Grayscale: #979797. Windows color (decimal): -5013303 or 13205683. OLE color: 13205683.

HSL color Cylindrical-coordinate representation of color #B380C9: hue angle of 281.92º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B380C9 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 128 201 -
CMYK 0.11 0.36 0 0.21
HSL 281.92º 0.4% 0.65% -
HSV(B) 281.92º 0.36% 0.79% -
XYZ 36.85 29.24 58.96 -
YUV 151.57 155.9 147.56 -
System Red Green Blue C M Y K H S L
Decimal 179 128 201 0.11 0.36 0 0.21 281.92 0.4 0.65
Hex B3 80 C9 B 24 0 15 11A 28 41
Octal 263 200 311 13 44 0 25 432 50 101
Binary 10110011 10000000 11001001 1011 100100 0 10101 100011010 101000 1000001

Color Harmonies of #B380C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B380C9

Black with #B380C9

Text Example


Text Example

White with #B380C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B380C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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