Html Css Color HEX #B98FE7 Biloba Flower

📋 copy color: '#B98FE7'

red 185 ◦ green 143 ◦ blue 231

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

Shades of Biloba Flower #B98FE7

Tints of Biloba Flower #B98FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.32%

R = 33.09%
G = 25.58%
B = 41.32%

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

#B98FE7 (or 0xB98FE7) is known color: Biloba Flower. HEX triplet: B9, 8F and E7. RGB value is (185,143,231). Sum of RGB (Red+Green+Blue) = 185+143+231=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 231 (90.62% from 255 or 41.32% from 559); Max value from RGB is 231 - color contains mainly: blue. Hex color #B98FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98FE7 is #467018. Grayscale: #A5A5A5. Windows color (decimal): -4616217 or 15175609. OLE color: 15175609.

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

Color convert

RGB 185 143 231 -
CMYK 0.20 0.38 0 0.09
HSL 268.64º 0.65% 0.73% -
HSV(B) 268.64º 0.38% 0.91% -
XYZ 44.25 35.73 80.17 -
YUV 165.59 164.91 141.84 -
System Red Green Blue C M Y K H S L
Decimal 185 143 231 0.20 0.38 0 0.09 268.64 0.65 0.73
Hex B9 8F E7 14 26 0 9 10D 41 49
Octal 271 217 347 24 46 0 11 415 101 111
Binary 10111001 10001111 11100111 10100 100110 0 1001 100001101 1000001 1001001

Color Harmonies of #B98FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98FE7

Black with #B98FE7

Text Example


Text Example

White with #B98FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98FE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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