Html Css Color HEX #B98BD6 Biloba Flower

📋 copy color: '#B98BD6'

red 185 ◦ green 139 ◦ blue 214

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

Shades of Biloba Flower #B98BD6

Tints of Biloba Flower #B98BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.78%

R = 34.39%
G = 25.84%
B = 39.78%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B98BD6 (or 0xB98BD6) is known color: Biloba Flower. HEX triplet: B9, 8B and D6. RGB value is (185,139,214). Sum of RGB (Red+Green+Blue) = 185+139+214=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 214 (83.98% from 255 or 39.78% from 538); Max value from RGB is 214 - color contains mainly: blue. Hex color #B98BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BD6 is #467429. Grayscale: #A1A1A1. Windows color (decimal): -4617258 or 14060473. OLE color: 14060473.

HSL color Cylindrical-coordinate representation of color #B98BD6: hue angle of 276.8º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B98BD6 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 139 214 -
CMYK 0.14 0.35 0 0.16
HSL 276.8º 0.48% 0.69% -
HSV(B) 276.8º 0.35% 0.84% -
XYZ 41.38 33.63 67.93 -
YUV 161.3 157.74 144.9 -
System Red Green Blue C M Y K H S L
Decimal 185 139 214 0.14 0.35 0 0.16 276.8 0.48 0.69
Hex B9 8B D6 E 23 0 10 115 30 45
Octal 271 213 326 16 43 0 20 425 60 105
Binary 10111001 10001011 11010110 1110 100011 0 10000 100010101 110000 1000101

Color Harmonies of #B98BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98BD6

Black with #B98BD6

Text Example


Text Example

White with #B98BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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