Html Css Color HEX #B196FA Biloba Flower

📋 copy color: '#B196FA'

red 177 ◦ green 150 ◦ blue 250

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

Shades of Biloba Flower #B196FA

Tints of Biloba Flower #B196FA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26%

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

R = 30.68%
G = 26%
B = 43.33%

CMYK

 C value IS 0.29

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B196FA (or 0xB196FA) is known color: Biloba Flower. HEX triplet: B1, 96 and FA. RGB value is (177,150,250). Sum of RGB (Red+Green+Blue) = 177+150+250=577 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.68% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #B196FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B196FA is #4E6905. Grayscale: #A9A9A9. Windows color (decimal): -5138694 or 16422577. OLE color: 16422577.

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

Color convert

RGB 177 150 250 -
CMYK 0.29 0.4 0 0.02
HSL 256.2º 0.91% 0.78% -
HSV(B) 256.2º 0.4% 0.98% -
XYZ 46.29 38.06 95.35 -
YUV 169.47 173.45 133.37 -
System Red Green Blue C M Y K H S L
Decimal 177 150 250 0.29 0.4 0 0.02 256.2 0.91 0.78
Hex B1 96 FA 1D 28 0 2 100 5B 4E
Octal 261 226 372 35 50 0 2 400 133 116
Binary 10110001 10010110 11111010 11101 101000 0 10 100000000 1011011 1001110

Color Harmonies of #B196FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B196FA

Black with #B196FA

Text Example


Text Example

White with #B196FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B196FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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