Html Css Color HEX #B98CEA Biloba Flower

📋 copy color: '#B98CEA'

red 185 ◦ green 140 ◦ blue 234

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

Shades of Biloba Flower #B98CEA

Tints of Biloba Flower #B98CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.86%

R = 33.09%
G = 25.04%
B = 41.86%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B98CEA (or 0xB98CEA) is known color: Biloba Flower. HEX triplet: B9, 8C and EA. RGB value is (185,140,234). Sum of RGB (Red+Green+Blue) = 185+140+234=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #B98CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98CEA is #467315. Grayscale: #A3A3A3. Windows color (decimal): -4616982 or 15371449. OLE color: 15371449.

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

Color convert

RGB 185 140 234 -
CMYK 0.21 0.40 0 0.08
HSL 268.72º 0.69% 0.73% -
HSV(B) 268.72º 0.4% 0.92% -
XYZ 44.24 35.01 82.27 -
YUV 164.17 167.41 142.86 -
System Red Green Blue C M Y K H S L
Decimal 185 140 234 0.21 0.40 0 0.08 268.72 0.69 0.73
Hex B9 8C EA 15 28 0 8 10D 45 49
Octal 271 214 352 25 50 0 10 415 105 111
Binary 10111001 10001100 11101010 10101 101000 0 1000 100001101 1000101 1001001

Color Harmonies of #B98CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98CEA

Black with #B98CEA

Text Example


Text Example

White with #B98CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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