Html Css Color HEX #B997DD Biloba Flower

📋 copy color: '#B997DD'

red 185 ◦ green 151 ◦ blue 221

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

Shades of Biloba Flower #B997DD

Tints of Biloba Flower #B997DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 33.21%
G = 27.11%
B = 39.68%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B997DD (or 0xB997DD) is known color: Biloba Flower. HEX triplet: B9, 97 and DD. RGB value is (185,151,221). Sum of RGB (Red+Green+Blue) = 185+151+221=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 151 (59.38% from 255 or 27.11% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #B997DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B997DD is #466822. Grayscale: #A8A8A8. Windows color (decimal): -4614179 or 14522297. OLE color: 14522297.

HSL color Cylindrical-coordinate representation of color #B997DD: hue angle of 269.14º degrees, saturation: 0.51, 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 #B997DD is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 151 221 -
CMYK 0.16 0.32 0 0.13
HSL 269.14º 0.51% 0.73% -
HSV(B) 269.14º 0.32% 0.87% -
XYZ 44.13 37.67 73.35 -
YUV 169.15 157.26 139.31 -
System Red Green Blue C M Y K H S L
Decimal 185 151 221 0.16 0.32 0 0.13 269.14 0.51 0.73
Hex B9 97 DD 10 20 0 D 10D 33 49
Octal 271 227 335 20 40 0 15 415 63 111
Binary 10111001 10010111 11011101 10000 100000 0 1101 100001101 110011 1001001

Color Harmonies of #B997DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B997DD

Black with #B997DD

Text Example


Text Example

White with #B997DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B997DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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