Html Css Color HEX #B98BDB Biloba Flower

📋 copy color: '#B98BDB'

red 185 ◦ green 139 ◦ blue 219

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

Shades of Biloba Flower #B98BDB

Tints of Biloba Flower #B98BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.6%

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

R = 34.07%
G = 25.6%
B = 40.33%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B98BDB (or 0xB98BDB) is known color: Biloba Flower. HEX triplet: B9, 8B and DB. RGB value is (185,139,219). Sum of RGB (Red+Green+Blue) = 185+139+219=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #B98BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BDB is #467424. Grayscale: #A1A1A1. Windows color (decimal): -4617253 or 14388153. OLE color: 14388153.

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

Color convert

RGB 185 139 219 -
CMYK 0.16 0.37 0 0.14
HSL 274.5º 0.53% 0.7% -
HSV(B) 274.5º 0.37% 0.86% -
XYZ 42.03 33.89 71.35 -
YUV 161.87 160.24 144.5 -
System Red Green Blue C M Y K H S L
Decimal 185 139 219 0.16 0.37 0 0.14 274.5 0.53 0.7
Hex B9 8B DB 10 25 0 E 112 35 46
Octal 271 213 333 20 45 0 16 422 65 106
Binary 10111001 10001011 11011011 10000 100101 0 1110 100010010 110101 1000110

Color Harmonies of #B98BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98BDB

Black with #B98BDB

Text Example


Text Example

White with #B98BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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