Html Css Color HEX #B97EDB East Side

📋 copy color: '#B97EDB'

red 185 ◦ green 126 ◦ blue 219

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

Shades of East Side #B97EDB

Tints of East Side #B97EDB

RGB

 RED value IS 185 (72.66% from 255) = 34.91%

 GREEN value IS 126 (49.61% from 255) = 23.77%

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 34.91%
G = 23.77%
B = 41.32%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B97EDB (or 0xB97EDB) is known color: East Side. HEX triplet: B9, 7E and DB. RGB value is (185,126,219). Sum of RGB (Red+Green+Blue) = 185+126+219=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #B97EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97EDB is #468124. Grayscale: #999999. Windows color (decimal): -4620581 or 14384825. OLE color: 14384825.

HSL color Cylindrical-coordinate representation of color #B97EDB: hue angle of 278.06º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B97EDB is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 126 219 -
CMYK 0.16 0.42 0 0.14
HSL 278.06º 0.56% 0.68% -
HSV(B) 278.06º 0.42% 0.86% -
XYZ 40.25 30.35 70.75 -
YUV 154.24 164.55 149.94 -
System Red Green Blue C M Y K H S L
Decimal 185 126 219 0.16 0.42 0 0.14 278.06 0.56 0.68
Hex B9 7E DB 10 2A 0 E 116 38 44
Octal 271 176 333 20 52 0 16 426 70 104
Binary 10111001 1111110 11011011 10000 101010 0 1110 100010110 111000 1000100

Color Harmonies of #B97EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97EDB

Black with #B97EDB

Text Example


Text Example

White with #B97EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97EDB; }

 p { color: rgb(185,126,219); }

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

background-color css

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

 a { background-color: rgb(185,126,219); }

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

border-color css

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

 span { border-color: rgb(185,126,219); }

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