Html Css Color HEX #B380C6 East Side

📋 copy color: '#B380C6'

red 179 ◦ green 128 ◦ blue 198

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

Shades of East Side #B380C6

Tints of East Side #B380C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.21%

R = 35.45%
G = 25.35%
B = 39.21%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B380C6 (or 0xB380C6) is known color: East Side. HEX triplet: B3, 80 and C6. RGB value is (179,128,198). Sum of RGB (Red+Green+Blue) = 179+128+198=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 198 (77.73% from 255 or 39.21% from 505); Max value from RGB is 198 - color contains mainly: blue. Hex color #B380C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B380C6 is #4C7F39. Grayscale: #979797. Windows color (decimal): -5013306 or 13009075. OLE color: 13009075.

HSL color Cylindrical-coordinate representation of color #B380C6: hue angle of 283.71º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B380C6 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 128 198 -
CMYK 0.10 0.35 0 0.22
HSL 283.71º 0.38% 0.64% -
HSV(B) 283.71º 0.35% 0.78% -
XYZ 36.5 29.1 57.12 -
YUV 151.23 154.4 147.81 -
System Red Green Blue C M Y K H S L
Decimal 179 128 198 0.10 0.35 0 0.22 283.71 0.38 0.64
Hex B3 80 C6 A 23 0 16 11C 26 40
Octal 263 200 306 12 43 0 26 434 46 100
Binary 10110011 10000000 11000110 1010 100011 0 10110 100011100 100110 1000000

Color Harmonies of #B380C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B380C6

Black with #B380C6

Text Example


Text Example

White with #B380C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B380C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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