Html Css Color HEX #B988F5 Biloba Flower

📋 copy color: '#B988F5'

red 185 ◦ green 136 ◦ blue 245

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

Shades of Biloba Flower #B988F5

Tints of Biloba Flower #B988F5

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.03%

 BLUE value IS 245 (96.09% from 255) = 43.29%

R = 32.69%
G = 24.03%
B = 43.29%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B988F5 (or 0xB988F5) is known color: Biloba Flower. HEX triplet: B9, 88 and F5. RGB value is (185,136,245). Sum of RGB (Red+Green+Blue) = 185+136+245=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 245 (96.09% from 255 or 43.29% from 566); Max value from RGB is 245 - color contains mainly: blue. Hex color #B988F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B988F5 is #46770A. Grayscale: #A2A2A2. Windows color (decimal): -4617995 or 16091321. OLE color: 16091321.

HSL color Cylindrical-coordinate representation of color #B988F5: hue angle of 266.97º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B988F5 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 136 245 -
CMYK 0.24 0.44 0 0.04
HSL 266.97º 0.84% 0.75% -
HSV(B) 266.97º 0.44% 0.96% -
XYZ 45.29 34.52 90.66 -
YUV 163.08 174.23 143.64 -
System Red Green Blue C M Y K H S L
Decimal 185 136 245 0.24 0.44 0 0.04 266.97 0.84 0.75
Hex B9 88 F5 18 2C 0 4 10B 54 4B
Octal 271 210 365 30 54 0 4 413 124 113
Binary 10111001 10001000 11110101 11000 101100 0 100 100001011 1010100 1001011

Color Harmonies of #B988F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B988F5

Black with #B988F5

Text Example


Text Example

White with #B988F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B988F5; }

 p { color: rgb(185,136,245); }

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

background-color css

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

 a { background-color: rgb(185,136,245); }

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

border-color css

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

 span { border-color: rgb(185,136,245); }

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