Html Css Color HEX #B198DB Biloba Flower

📋 copy color: '#B198DB'

red 177 ◦ green 152 ◦ blue 219

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

Shades of Biloba Flower #B198DB

Tints of Biloba Flower #B198DB

RGB

 RED value IS 177 (69.53% from 255) = 32.3%

 GREEN value IS 152 (59.77% from 255) = 27.74%

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

R = 32.3%
G = 27.74%
B = 39.96%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B198DB (or 0xB198DB) is known color: Biloba Flower. HEX triplet: B1, 98 and DB. RGB value is (177,152,219). Sum of RGB (Red+Green+Blue) = 177+152+219=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 152 (59.77% from 255 or 27.74% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #B198DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B198DB is #4E6724. Grayscale: #A6A6A6. Windows color (decimal): -5138213 or 14391473. OLE color: 14391473.

HSL color Cylindrical-coordinate representation of color #B198DB: hue angle of 262.39º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B198DB is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 152 219 -
CMYK 0.19 0.31 0 0.14
HSL 262.39º 0.48% 0.73% -
HSV(B) 262.39º 0.31% 0.86% -
XYZ 42.15 36.92 71.92 -
YUV 167.11 157.28 135.05 -
System Red Green Blue C M Y K H S L
Decimal 177 152 219 0.19 0.31 0 0.14 262.39 0.48 0.73
Hex B1 98 DB 13 1F 0 E 106 30 49
Octal 261 230 333 23 37 0 16 406 60 111
Binary 10110001 10011000 11011011 10011 11111 0 1110 100000110 110000 1001001

Color Harmonies of #B198DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B198DB

Black with #B198DB

Text Example


Text Example

White with #B198DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B198DB; }

 p { color: rgb(177,152,219); }

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

background-color css

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

 a { background-color: rgb(177,152,219); }

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

border-color css

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

 span { border-color: rgb(177,152,219); }

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