Html Css Color HEX #B380D0 East Side

📋 copy color: '#B380D0'

red 179 ◦ green 128 ◦ blue 208

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

Shades of East Side #B380D0

Tints of East Side #B380D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.39%

R = 34.76%
G = 24.85%
B = 40.39%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B380D0 (or 0xB380D0) is known color: East Side. HEX triplet: B3, 80 and D0. RGB value is (179,128,208). Sum of RGB (Red+Green+Blue) = 179+128+208=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #B380D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B380D0 is #4C7F2F. Grayscale: #989898. Windows color (decimal): -5013296 or 13664435. OLE color: 13664435.

HSL color Cylindrical-coordinate representation of color #B380D0: hue angle of 278.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B380D0 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 179 128 208 -
CMYK 0.14 0.38 0 0.18
HSL 278.25º 0.46% 0.66% -
HSV(B) 278.25º 0.38% 0.82% -
XYZ 37.69 29.58 63.4 -
YUV 152.37 159.4 147 -
System Red Green Blue C M Y K H S L
Decimal 179 128 208 0.14 0.38 0 0.18 278.25 0.46 0.66
Hex B3 80 D0 E 26 0 12 116 2E 42
Octal 263 200 320 16 46 0 22 426 56 102
Binary 10110011 10000000 11010000 1110 100110 0 10010 100010110 101110 1000010

Color Harmonies of #B380D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B380D0

Black with #B380D0

Text Example


Text Example

White with #B380D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B380D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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