Html Css Color HEX #B98DE5 Biloba Flower

📋 copy color: '#B98DE5'

red 185 ◦ green 141 ◦ blue 229

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

Shades of Biloba Flower #B98DE5

Tints of Biloba Flower #B98DE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.26%

R = 33.33%
G = 25.41%
B = 41.26%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B98DE5 (or 0xB98DE5) is known color: Biloba Flower. HEX triplet: B9, 8D and E5. RGB value is (185,141,229). Sum of RGB (Red+Green+Blue) = 185+141+229=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 229 - color contains mainly: blue. Hex color #B98DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98DE5 is #46721A. Grayscale: #A3A3A3. Windows color (decimal): -4616731 or 15044025. OLE color: 15044025.

HSL color Cylindrical-coordinate representation of color #B98DE5: hue angle of 270º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B98DE5 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 141 229 -
CMYK 0.19 0.38 0 0.10
HSL 270º 0.63% 0.73% -
HSV(B) 270º 0.38% 0.9% -
XYZ 43.68 35.02 78.59 -
YUV 164.19 164.58 142.84 -
System Red Green Blue C M Y K H S L
Decimal 185 141 229 0.19 0.38 0 0.10 270 0.63 0.73
Hex B9 8D E5 13 26 0 A 10E 3F 49
Octal 271 215 345 23 46 0 12 416 77 111
Binary 10111001 10001101 11100101 10011 100110 0 1010 100001110 111111 1001001

Color Harmonies of #B98DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98DE5

Black with #B98DE5

Text Example


Text Example

White with #B98DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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