Html Css Color HEX #B98EDA Biloba Flower

📋 copy color: '#B98EDA'

red 185 ◦ green 142 ◦ blue 218

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

Shades of Biloba Flower #B98EDA

Tints of Biloba Flower #B98EDA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.06%

 BLUE value IS 218 (85.55% from 255) = 40%

R = 33.94%
G = 26.06%
B = 40%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B98EDA (or 0xB98EDA) is known color: Biloba Flower. HEX triplet: B9, 8E and DA. RGB value is (185,142,218). Sum of RGB (Red+Green+Blue) = 185+142+218=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #B98EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98EDA is #467125. Grayscale: #A3A3A3. Windows color (decimal): -4616486 or 14323385. OLE color: 14323385.

HSL color Cylindrical-coordinate representation of color #B98EDA: hue angle of 273.95º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B98EDA is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 142 218 -
CMYK 0.15 0.35 0 0.15
HSL 273.95º 0.51% 0.71% -
HSV(B) 273.95º 0.35% 0.85% -
XYZ 42.34 34.72 70.8 -
YUV 163.52 158.75 143.32 -
System Red Green Blue C M Y K H S L
Decimal 185 142 218 0.15 0.35 0 0.15 273.95 0.51 0.71
Hex B9 8E DA F 23 0 F 112 33 47
Octal 271 216 332 17 43 0 17 422 63 107
Binary 10111001 10001110 11011010 1111 100011 0 1111 100010010 110011 1000111

Color Harmonies of #B98EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98EDA

Black with #B98EDA

Text Example


Text Example

White with #B98EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98EDA; }

 p { color: rgb(185,142,218); }

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

background-color css

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

 a { background-color: rgb(185,142,218); }

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

border-color css

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

 span { border-color: rgb(185,142,218); }

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