Html Css Color HEX #B380BD East Side

📋 copy color: '#B380BD'

red 179 ◦ green 128 ◦ blue 189

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

Shades of East Side #B380BD

Tints of East Side #B380BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.1%

R = 36.09%
G = 25.81%
B = 38.1%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B380BD (or 0xB380BD) is known color: East Side. HEX triplet: B3, 80 and BD. RGB value is (179,128,189). Sum of RGB (Red+Green+Blue) = 179+128+189=496 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.09% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #B380BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B380BD is #4C7F42. Grayscale: #969696. Windows color (decimal): -5013315 or 12419251. OLE color: 12419251.

HSL color Cylindrical-coordinate representation of color #B380BD: hue angle of 290.16º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B380BD is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 128 189 -
CMYK 0.05 0.32 0 0.26
HSL 290.16º 0.32% 0.62% -
HSV(B) 290.16º 0.32% 0.74% -
XYZ 35.49 28.7 51.81 -
YUV 150.2 149.9 148.54 -
System Red Green Blue C M Y K H S L
Decimal 179 128 189 0.05 0.32 0 0.26 290.16 0.32 0.62
Hex B3 80 BD 5 20 0 1A 122 20 3E
Octal 263 200 275 5 40 0 32 442 40 76
Binary 10110011 10000000 10111101 101 100000 0 11010 100100010 100000 111110

Color Harmonies of #B380BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B380BD

Black with #B380BD

Text Example


Text Example

White with #B380BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B380BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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