Html Css Color HEX #B196FF Biloba Flower

📋 copy color: '#B196FF'

red 177 ◦ green 150 ◦ blue 255

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

Shades of Biloba Flower #B196FF

Tints of Biloba Flower #B196FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.81%

R = 30.41%
G = 25.77%
B = 43.81%

CMYK

 C value IS 0.31

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B196FF (or 0xB196FF) is known color: Biloba Flower. HEX triplet: B1, 96 and FF. RGB value is (177,150,255). Sum of RGB (Red+Green+Blue) = 177+150+255=582 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.41% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #B196FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B196FF is #4E6900. Grayscale: #A9A9A9. Windows color (decimal): -5138689 or 16750257. OLE color: 16750257.

HSL color Cylindrical-coordinate representation of color #B196FF: hue angle of 255.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B196FF is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 150 255 -
CMYK 0.31 0.41 0 0
HSL 255.43º 1% 0.79% -
HSV(B) 255.43º 0.41% 1% -
XYZ 47.09 38.38 99.53 -
YUV 170.04 175.95 132.96 -
System Red Green Blue C M Y K H S L
Decimal 177 150 255 0.31 0.41 0 0 255.43 1 0.79
Hex B1 96 FF 1F 29 0 0 FF 64 4F
Octal 261 226 377 37 51 0 0 377 144 117
Binary 10110001 10010110 11111111 11111 101001 0 0 11111111 1100100 1001111

Color Harmonies of #B196FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B196FF

Black with #B196FF

Text Example


Text Example

White with #B196FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B196FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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