Html Css Color HEX #B98DE7 Biloba Flower

📋 copy color: '#B98DE7'

red 185 ◦ green 141 ◦ blue 231

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

Shades of Biloba Flower #B98DE7

Tints of Biloba Flower #B98DE7

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.31%

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

R = 33.21%
G = 25.31%
B = 41.47%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B98DE7 (or 0xB98DE7) is known color: Biloba Flower. HEX triplet: B9, 8D and E7. RGB value is (185,141,231). Sum of RGB (Red+Green+Blue) = 185+141+231=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 231 (90.62% from 255 or 41.47% from 557); Max value from RGB is 231 - color contains mainly: blue. Hex color #B98DE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98DE7 is #467218. Grayscale: #A4A4A4. Windows color (decimal): -4616729 or 15175097. OLE color: 15175097.

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

Color convert

RGB 185 141 231 -
CMYK 0.20 0.39 0 0.09
HSL 269.33º 0.65% 0.73% -
HSV(B) 269.33º 0.39% 0.91% -
XYZ 43.96 35.13 80.07 -
YUV 164.42 165.58 142.68 -
System Red Green Blue C M Y K H S L
Decimal 185 141 231 0.20 0.39 0 0.09 269.33 0.65 0.73
Hex B9 8D E7 14 27 0 9 10D 41 49
Octal 271 215 347 24 47 0 11 415 101 111
Binary 10111001 10001101 11100111 10100 100111 0 1001 100001101 1000001 1001001

Color Harmonies of #B98DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98DE7

Black with #B98DE7

Text Example


Text Example

White with #B98DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98DE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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