Html Css Color HEX #B98FDF Biloba Flower

📋 copy color: '#B98FDF'

red 185 ◦ green 143 ◦ blue 223

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

Shades of Biloba Flower #B98FDF

Tints of Biloba Flower #B98FDF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.95%

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

R = 33.58%
G = 25.95%
B = 40.47%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B98FDF (or 0xB98FDF) is known color: Biloba Flower. HEX triplet: B9, 8F and DF. RGB value is (185,143,223). Sum of RGB (Red+Green+Blue) = 185+143+223=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #B98FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98FDF is #467020. Grayscale: #A4A4A4. Windows color (decimal): -4616225 or 14651321. OLE color: 14651321.

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

Color convert

RGB 185 143 223 -
CMYK 0.17 0.36 0 0.13
HSL 271.5º 0.56% 0.72% -
HSV(B) 271.5º 0.36% 0.87% -
XYZ 43.15 35.29 74.35 -
YUV 164.68 160.91 142.5 -
System Red Green Blue C M Y K H S L
Decimal 185 143 223 0.17 0.36 0 0.13 271.5 0.56 0.72
Hex B9 8F DF 11 24 0 D 110 38 48
Octal 271 217 337 21 44 0 15 420 70 110
Binary 10111001 10001111 11011111 10001 100100 0 1101 100010000 111000 1001000

Color Harmonies of #B98FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98FDF

Black with #B98FDF

Text Example


Text Example

White with #B98FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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