Html Css Color HEX #B390C1 East Side

📋 copy color: '#B390C1'

red 179 ◦ green 144 ◦ blue 193

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

Shades of East Side #B390C1

Tints of East Side #B390C1

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.91%

 BLUE value IS 193 (75.78% from 255) = 37.4%

R = 34.69%
G = 27.91%
B = 37.4%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B390C1 (or 0xB390C1) is known color: East Side. HEX triplet: B3, 90 and C1. RGB value is (179,144,193). Sum of RGB (Red+Green+Blue) = 179+144+193=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #B390C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390C1 is #4C6F3E. Grayscale: #9F9F9F. Windows color (decimal): -5009215 or 12685491. OLE color: 12685491.

HSL color Cylindrical-coordinate representation of color #B390C1: hue angle of 282.86º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B390C1 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 144 193 -
CMYK 0.07 0.25 0 0.24
HSL 282.86º 0.28% 0.66% -
HSV(B) 282.86º 0.25% 0.76% -
XYZ 38.19 33.38 54.88 -
YUV 160.05 146.6 141.52 -
System Red Green Blue C M Y K H S L
Decimal 179 144 193 0.07 0.25 0 0.24 282.86 0.28 0.66
Hex B3 90 C1 7 19 0 18 11B 1C 42
Octal 263 220 301 7 31 0 30 433 34 102
Binary 10110011 10010000 11000001 111 11001 0 11000 100011011 11100 1000010

Color Harmonies of #B390C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B390C1

Black with #B390C1

Text Example


Text Example

White with #B390C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B390C1; }

 p { color: rgb(179,144,193); }

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

background-color css

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

 a { background-color: rgb(179,144,193); }

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

border-color css

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

 span { border-color: rgb(179,144,193); }

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