Html Css Color HEX #B380BC East Side

📋 copy color: '#B380BC'

red 179 ◦ green 128 ◦ blue 188

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

Shades of East Side #B380BC

Tints of East Side #B380BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.98%

R = 36.16%
G = 25.86%
B = 37.98%

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

#B380BC (or 0xB380BC) is known color: East Side. HEX triplet: B3, 80 and BC. RGB value is (179,128,188). Sum of RGB (Red+Green+Blue) = 179+128+188=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #B380BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B380BC is #4C7F43. Grayscale: #959595. Windows color (decimal): -5013316 or 12353715. OLE color: 12353715.

HSL color Cylindrical-coordinate representation of color #B380BC: hue angle of 291º degrees, saturation: 0.31, 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 #B380BC is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 128 188 -
CMYK 0.05 0.32 0 0.26
HSL 291º 0.31% 0.62% -
HSV(B) 291º 0.32% 0.74% -
XYZ 35.39 28.65 51.24 -
YUV 150.09 149.4 148.62 -
System Red Green Blue C M Y K H S L
Decimal 179 128 188 0.05 0.32 0 0.26 291 0.31 0.62
Hex B3 80 BC 5 20 0 1A 123 1F 3E
Octal 263 200 274 5 40 0 32 443 37 76
Binary 10110011 10000000 10111100 101 100000 0 11010 100100011 11111 111110

Color Harmonies of #B380BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B380BC

Black with #B380BC

Text Example


Text Example

White with #B380BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B380BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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