Html Css Color HEX #B98CE9 Biloba Flower

📋 copy color: '#B98CE9'

red 185 ◦ green 140 ◦ blue 233

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

Shades of Biloba Flower #B98CE9

Tints of Biloba Flower #B98CE9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.09%

 BLUE value IS 233 (91.41% from 255) = 41.76%

R = 33.15%
G = 25.09%
B = 41.76%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B98CE9 (or 0xB98CE9) is known color: Biloba Flower. HEX triplet: B9, 8C and E9. RGB value is (185,140,233). Sum of RGB (Red+Green+Blue) = 185+140+233=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 233 (91.41% from 255 or 41.76% from 558); Max value from RGB is 233 - color contains mainly: blue. Hex color #B98CE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98CE9 is #467316. Grayscale: #A3A3A3. Windows color (decimal): -4616983 or 15305913. OLE color: 15305913.

HSL color Cylindrical-coordinate representation of color #B98CE9: hue angle of 269.03º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B98CE9 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 140 233 -
CMYK 0.21 0.40 0 0.09
HSL 269.03º 0.68% 0.73% -
HSV(B) 269.03º 0.4% 0.91% -
XYZ 44.09 34.95 81.51 -
YUV 164.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 185 140 233 0.21 0.40 0 0.09 269.03 0.68 0.73
Hex B9 8C E9 15 28 0 9 10D 44 49
Octal 271 214 351 25 50 0 11 415 104 111
Binary 10111001 10001100 11101001 10101 101000 0 1001 100001101 1000100 1001001

Color Harmonies of #B98CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98CE9

Black with #B98CE9

Text Example


Text Example

White with #B98CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98CE9; }

 p { color: rgb(185,140,233); }

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

background-color css

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

 a { background-color: rgb(185,140,233); }

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

border-color css

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

 span { border-color: rgb(185,140,233); }

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