Html Css Color HEX #B98FE8 Biloba Flower

📋 copy color: '#B98FE8'

red 185 ◦ green 143 ◦ blue 232

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

Shades of Biloba Flower #B98FE8

Tints of Biloba Flower #B98FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.43%

R = 33.04%
G = 25.54%
B = 41.43%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B98FE8 (or 0xB98FE8) is known color: Biloba Flower. HEX triplet: B9, 8F and E8. RGB value is (185,143,232). Sum of RGB (Red+Green+Blue) = 185+143+232=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 232 - color contains mainly: blue. Hex color #B98FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98FE8 is #467017. Grayscale: #A5A5A5. Windows color (decimal): -4616216 or 15241145. OLE color: 15241145.

HSL color Cylindrical-coordinate representation of color #B98FE8: hue angle of 268.31º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B98FE8 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 143 232 -
CMYK 0.20 0.38 0 0.09
HSL 268.31º 0.66% 0.74% -
HSV(B) 268.31º 0.38% 0.91% -
XYZ 44.4 35.79 80.91 -
YUV 165.7 165.41 141.76 -
System Red Green Blue C M Y K H S L
Decimal 185 143 232 0.20 0.38 0 0.09 268.31 0.66 0.74
Hex B9 8F E8 14 26 0 9 10C 42 4A
Octal 271 217 350 24 46 0 11 414 102 112
Binary 10111001 10001111 11101000 10100 100110 0 1001 100001100 1000010 1001010

Color Harmonies of #B98FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98FE8

Black with #B98FE8

Text Example


Text Example

White with #B98FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98FE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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