Html Css Color HEX #B197FA Biloba Flower

📋 copy color: '#B197FA'

red 177 ◦ green 151 ◦ blue 250

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

Shades of Biloba Flower #B197FA

Tints of Biloba Flower #B197FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.25%

R = 30.62%
G = 26.12%
B = 43.25%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B197FA (or 0xB197FA) is known color: Biloba Flower. HEX triplet: B1, 97 and FA. RGB value is (177,151,250). Sum of RGB (Red+Green+Blue) = 177+151+250=578 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.62% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #B197FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B197FA is #4E6805. Grayscale: #A9A9A9. Windows color (decimal): -5138438 or 16422833. OLE color: 16422833.

HSL color Cylindrical-coordinate representation of color #B197FA: hue angle of 255.76º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B197FA is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 151 250 -
CMYK 0.29 0.40 0 0.02
HSL 255.76º 0.91% 0.79% -
HSV(B) 255.76º 0.4% 0.98% -
XYZ 46.45 38.38 95.4 -
YUV 170.06 173.11 132.95 -
System Red Green Blue C M Y K H S L
Decimal 177 151 250 0.29 0.40 0 0.02 255.76 0.91 0.79
Hex B1 97 FA 1D 28 0 2 100 5B 4F
Octal 261 227 372 35 50 0 2 400 133 117
Binary 10110001 10010111 11111010 11101 101000 0 10 100000000 1011011 1001111

Color Harmonies of #B197FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B197FA

Black with #B197FA

Text Example


Text Example

White with #B197FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B197FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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