Html Css Color HEX #B98BD8 Biloba Flower

📋 copy color: '#B98BD8'

red 185 ◦ green 139 ◦ blue 216

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

Shades of Biloba Flower #B98BD8

Tints of Biloba Flower #B98BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40%

R = 34.26%
G = 25.74%
B = 40%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B98BD8 (or 0xB98BD8) is known color: Biloba Flower. HEX triplet: B9, 8B and D8. RGB value is (185,139,216). Sum of RGB (Red+Green+Blue) = 185+139+216=540 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.26% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 216 - color contains mainly: blue. Hex color #B98BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BD8 is #467427. Grayscale: #A1A1A1. Windows color (decimal): -4617256 or 14191545. OLE color: 14191545.

HSL color Cylindrical-coordinate representation of color #B98BD8: hue angle of 275.84º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B98BD8 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 139 216 -
CMYK 0.14 0.36 0 0.15
HSL 275.84º 0.5% 0.7% -
HSV(B) 275.84º 0.36% 0.85% -
XYZ 41.63 33.74 69.28 -
YUV 161.53 158.74 144.74 -
System Red Green Blue C M Y K H S L
Decimal 185 139 216 0.14 0.36 0 0.15 275.84 0.5 0.7
Hex B9 8B D8 E 24 0 F 114 32 46
Octal 271 213 330 16 44 0 17 424 62 106
Binary 10111001 10001011 11011000 1110 100100 0 1111 100010100 110010 1000110

Color Harmonies of #B98BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98BD8

Black with #B98BD8

Text Example


Text Example

White with #B98BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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