Html Css Color HEX #B997DF Biloba Flower

📋 copy color: '#B997DF'

red 185 ◦ green 151 ◦ blue 223

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

Shades of Biloba Flower #B997DF

Tints of Biloba Flower #B997DF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.01%

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

R = 33.09%
G = 27.01%
B = 39.89%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B997DF (or 0xB997DF) is known color: Biloba Flower. HEX triplet: B9, 97 and DF. RGB value is (185,151,223). Sum of RGB (Red+Green+Blue) = 185+151+223=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #B997DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B997DF is #466820. Grayscale: #A9A9A9. Windows color (decimal): -4614177 or 14653369. OLE color: 14653369.

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

Color convert

RGB 185 151 223 -
CMYK 0.17 0.32 0 0.13
HSL 268.33º 0.53% 0.73% -
HSV(B) 268.33º 0.32% 0.87% -
XYZ 44.39 37.78 74.76 -
YUV 169.37 158.26 139.15 -
System Red Green Blue C M Y K H S L
Decimal 185 151 223 0.17 0.32 0 0.13 268.33 0.53 0.73
Hex B9 97 DF 11 20 0 D 10C 35 49
Octal 271 227 337 21 40 0 15 414 65 111
Binary 10111001 10010111 11011111 10001 100000 0 1101 100001100 110101 1001001

Color Harmonies of #B997DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B997DF

Black with #B997DF

Text Example


Text Example

White with #B997DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B997DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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