Html Css Color HEX #B380CE East Side

📋 copy color: '#B380CE'

red 179 ◦ green 128 ◦ blue 206

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

Shades of East Side #B380CE

Tints of East Side #B380CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.16%

R = 34.89%
G = 24.95%
B = 40.16%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B380CE (or 0xB380CE) is known color: East Side. HEX triplet: B3, 80 and CE. RGB value is (179,128,206). Sum of RGB (Red+Green+Blue) = 179+128+206=513 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.89% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #B380CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B380CE is #4C7F31. Grayscale: #979797. Windows color (decimal): -5013298 or 13533363. OLE color: 13533363.

HSL color Cylindrical-coordinate representation of color #B380CE: hue angle of 279.23º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B380CE is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 128 206 -
CMYK 0.13 0.38 0 0.19
HSL 279.23º 0.44% 0.65% -
HSV(B) 279.23º 0.38% 0.81% -
XYZ 37.45 29.48 62.11 -
YUV 152.14 158.4 147.16 -
System Red Green Blue C M Y K H S L
Decimal 179 128 206 0.13 0.38 0 0.19 279.23 0.44 0.65
Hex B3 80 CE D 26 0 13 117 2C 41
Octal 263 200 316 15 46 0 23 427 54 101
Binary 10110011 10000000 11001110 1101 100110 0 10011 100010111 101100 1000001

Color Harmonies of #B380CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B380CE

Black with #B380CE

Text Example


Text Example

White with #B380CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B380CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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