Html Css Color HEX #B98DDF Biloba Flower

📋 copy color: '#B98DDF'

red 185 ◦ green 141 ◦ blue 223

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

Shades of Biloba Flower #B98DDF

Tints of Biloba Flower #B98DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.68%

 BLUE value IS 223 (87.5% from 255) = 40.62%

R = 33.7%
G = 25.68%
B = 40.62%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B98DDF (or 0xB98DDF) is known color: Biloba Flower. HEX triplet: B9, 8D and DF. RGB value is (185,141,223). Sum of RGB (Red+Green+Blue) = 185+141+223=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #B98DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98DDF is #467220. Grayscale: #A3A3A3. Windows color (decimal): -4616737 or 14650809. OLE color: 14650809.

HSL color Cylindrical-coordinate representation of color #B98DDF: hue angle of 272.2º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B98DDF is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 141 223 -
CMYK 0.17 0.37 0 0.13
HSL 272.2º 0.56% 0.71% -
HSV(B) 272.2º 0.37% 0.87% -
XYZ 42.85 34.69 74.25 -
YUV 163.5 161.58 143.33 -
System Red Green Blue C M Y K H S L
Decimal 185 141 223 0.17 0.37 0 0.13 272.2 0.56 0.71
Hex B9 8D DF 11 25 0 D 110 38 47
Octal 271 215 337 21 45 0 15 420 70 107
Binary 10111001 10001101 11011111 10001 100101 0 1101 100010000 111000 1000111

Color Harmonies of #B98DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98DDF

Black with #B98DDF

Text Example


Text Example

White with #B98DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98DDF; }

 p { color: rgb(185,141,223); }

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

background-color css

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

 a { background-color: rgb(185,141,223); }

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

border-color css

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

 span { border-color: rgb(185,141,223); }

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