Html Css Color HEX #B988DF Biloba Flower

📋 copy color: '#B988DF'

red 185 ◦ green 136 ◦ blue 223

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

Shades of Biloba Flower #B988DF

Tints of Biloba Flower #B988DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 34.01%
G = 25%
B = 40.99%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B988DF (or 0xB988DF) is known color: Biloba Flower. HEX triplet: B9, 88 and DF. RGB value is (185,136,223). Sum of RGB (Red+Green+Blue) = 185+136+223=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #B988DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B988DF is #467720. Grayscale: #A0A0A0. Windows color (decimal): -4618017 or 14649529. OLE color: 14649529.

HSL color Cylindrical-coordinate representation of color #B988DF: hue angle of 273.79º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B988DF is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 136 223 -
CMYK 0.17 0.39 0 0.13
HSL 273.79º 0.58% 0.7% -
HSV(B) 273.79º 0.39% 0.87% -
XYZ 42.13 33.25 74.01 -
YUV 160.57 163.23 145.43 -
System Red Green Blue C M Y K H S L
Decimal 185 136 223 0.17 0.39 0 0.13 273.79 0.58 0.7
Hex B9 88 DF 11 27 0 D 112 3A 46
Octal 271 210 337 21 47 0 15 422 72 106
Binary 10111001 10001000 11011111 10001 100111 0 1101 100010010 111010 1000110

Color Harmonies of #B988DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B988DF

Black with #B988DF

Text Example


Text Example

White with #B988DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B988DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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