Html Css Color HEX #B197DF Biloba Flower

📋 copy color: '#B197DF'

red 177 ◦ green 151 ◦ blue 223

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

Shades of Biloba Flower #B197DF

Tints of Biloba Flower #B197DF

RGB

 RED value IS 177 (69.53% from 255) = 32.12%

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

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

R = 32.12%
G = 27.4%
B = 40.47%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B197DF (or 0xB197DF) is known color: Biloba Flower. HEX triplet: B1, 97 and DF. RGB value is (177,151,223). Sum of RGB (Red+Green+Blue) = 177+151+223=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #B197DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B197DF is #4E6820. Grayscale: #A6A6A6. Windows color (decimal): -5138465 or 14653361. OLE color: 14653361.

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

Color convert

RGB 177 151 223 -
CMYK 0.21 0.32 0 0.13
HSL 261.67º 0.53% 0.73% -
HSV(B) 261.67º 0.32% 0.87% -
XYZ 42.52 36.81 74.68 -
YUV 166.98 159.61 135.15 -
System Red Green Blue C M Y K H S L
Decimal 177 151 223 0.21 0.32 0 0.13 261.67 0.53 0.73
Hex B1 97 DF 15 20 0 D 106 35 49
Octal 261 227 337 25 40 0 15 406 65 111
Binary 10110001 10010111 11011111 10101 100000 0 1101 100000110 110101 1001001

Color Harmonies of #B197DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B197DF

Black with #B197DF

Text Example


Text Example

White with #B197DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B197DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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