Html Css Color HEX #B98CE8 Biloba Flower

📋 copy color: '#B98CE8'

red 185 ◦ green 140 ◦ blue 232

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

Shades of Biloba Flower #B98CE8

Tints of Biloba Flower #B98CE8

RGB

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

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

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

R = 33.21%
G = 25.13%
B = 41.65%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B98CE8 (or 0xB98CE8) is known color: Biloba Flower. HEX triplet: B9, 8C and E8. RGB value is (185,140,232). Sum of RGB (Red+Green+Blue) = 185+140+232=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 232 (91.02% from 255 or 41.65% from 557); Max value from RGB is 232 - color contains mainly: blue. Hex color #B98CE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98CE8 is #467317. Grayscale: #A3A3A3. Windows color (decimal): -4616984 or 15240377. OLE color: 15240377.

HSL color Cylindrical-coordinate representation of color #B98CE8: hue angle of 269.35º degrees, saturation: 0.67, 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 #B98CE8 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 140 232 -
CMYK 0.20 0.40 0 0.09
HSL 269.35º 0.67% 0.73% -
HSV(B) 269.35º 0.4% 0.91% -
XYZ 43.95 34.9 80.76 -
YUV 163.94 166.41 143.02 -
System Red Green Blue C M Y K H S L
Decimal 185 140 232 0.20 0.40 0 0.09 269.35 0.67 0.73
Hex B9 8C E8 14 28 0 9 10D 43 49
Octal 271 214 350 24 50 0 11 415 103 111
Binary 10111001 10001100 11101000 10100 101000 0 1001 100001101 1000011 1001001

Color Harmonies of #B98CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98CE8

Black with #B98CE8

Text Example


Text Example

White with #B98CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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