Html Css Color HEX #B97DDB East Side

📋 copy color: '#B97DDB'

red 185 ◦ green 125 ◦ blue 219

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

Shades of East Side #B97DDB

Tints of East Side #B97DDB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.63%

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

R = 34.97%
G = 23.63%
B = 41.4%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B97DDB (or 0xB97DDB) is known color: East Side. HEX triplet: B9, 7D and DB. RGB value is (185,125,219). Sum of RGB (Red+Green+Blue) = 185+125+219=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #B97DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97DDB is #468224. Grayscale: #999999. Windows color (decimal): -4620837 or 14384569. OLE color: 14384569.

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

Color convert

RGB 185 125 219 -
CMYK 0.16 0.43 0 0.14
HSL 278.3º 0.57% 0.67% -
HSV(B) 278.3º 0.43% 0.86% -
XYZ 40.13 30.1 70.71 -
YUV 153.66 164.88 150.36 -
System Red Green Blue C M Y K H S L
Decimal 185 125 219 0.16 0.43 0 0.14 278.3 0.57 0.67
Hex B9 7D DB 10 2B 0 E 116 39 43
Octal 271 175 333 20 53 0 16 426 71 103
Binary 10111001 1111101 11011011 10000 101011 0 1110 100010110 111001 1000011

Color Harmonies of #B97DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97DDB

Black with #B97DDB

Text Example


Text Example

White with #B97DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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