Html Css Color HEX #B390CD East Side

📋 copy color: '#B390CD'

red 179 ◦ green 144 ◦ blue 205

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

Shades of East Side #B390CD

Tints of East Side #B390CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.83%

R = 33.9%
G = 27.27%
B = 38.83%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B390CD (or 0xB390CD) is known color: East Side. HEX triplet: B3, 90 and CD. RGB value is (179,144,205). Sum of RGB (Red+Green+Blue) = 179+144+205=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #B390CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390CD is #4C6F32. Grayscale: #A1A1A1. Windows color (decimal): -5009203 or 13471923. OLE color: 13471923.

HSL color Cylindrical-coordinate representation of color #B390CD: hue angle of 274.43º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B390CD is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 144 205 -
CMYK 0.13 0.30 0 0.20
HSL 274.43º 0.38% 0.68% -
HSV(B) 274.43º 0.3% 0.8% -
XYZ 39.58 33.94 62.22 -
YUV 161.42 152.6 140.54 -
System Red Green Blue C M Y K H S L
Decimal 179 144 205 0.13 0.30 0 0.20 274.43 0.38 0.68
Hex B3 90 CD D 1E 0 14 112 26 44
Octal 263 220 315 15 36 0 24 422 46 104
Binary 10110011 10010000 11001101 1101 11110 0 10100 100010010 100110 1000100

Color Harmonies of #B390CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B390CD

Black with #B390CD

Text Example


Text Example

White with #B390CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B390CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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