Html Css Color HEX #B196F0 Biloba Flower

📋 copy color: '#B196F0'

red 177 ◦ green 150 ◦ blue 240

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

Shades of Biloba Flower #B196F0

Tints of Biloba Flower #B196F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.33%

R = 31.22%
G = 26.46%
B = 42.33%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B196F0 (or 0xB196F0) is known color: Biloba Flower. HEX triplet: B1, 96 and F0. RGB value is (177,150,240). Sum of RGB (Red+Green+Blue) = 177+150+240=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #B196F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B196F0 is #4E690F. Grayscale: #A8A8A8. Windows color (decimal): -5138704 or 15767217. OLE color: 15767217.

HSL color Cylindrical-coordinate representation of color #B196F0: hue angle of 258º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B196F0 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 150 240 -
CMYK 0.26 0.37 0 0.06
HSL 258º 0.75% 0.76% -
HSV(B) 258º 0.38% 0.94% -
XYZ 44.77 37.45 87.31 -
YUV 168.33 168.45 134.18 -
System Red Green Blue C M Y K H S L
Decimal 177 150 240 0.26 0.37 0 0.06 258 0.75 0.76
Hex B1 96 F0 1A 25 0 6 102 4B 4C
Octal 261 226 360 32 45 0 6 402 113 114
Binary 10110001 10010110 11110000 11010 100101 0 110 100000010 1001011 1001100

Color Harmonies of #B196F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B196F0

Black with #B196F0

Text Example


Text Example

White with #B196F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B196F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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