Html Css Color HEX #B096F7 Biloba Flower

📋 copy color: '#B096F7'

red 176 ◦ green 150 ◦ blue 247

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

Shades of Biloba Flower #B096F7

Tints of Biloba Flower #B096F7

RGB

 RED value IS 176 (69.14% from 255) = 30.72%

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

 BLUE value IS 247 (96.88% from 255) = 43.11%

R = 30.72%
G = 26.18%
B = 43.11%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B096F7 (or 0xB096F7) is known color: Biloba Flower. HEX triplet: B0, 96 and F7. RGB value is (176,150,247). Sum of RGB (Red+Green+Blue) = 176+150+247=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 247 (96.88% from 255 or 43.11% from 573); Max value from RGB is 247 - color contains mainly: blue. Hex color #B096F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B096F7 is #4F6908. Grayscale: #A8A8A8. Windows color (decimal): -5204233 or 16225968. OLE color: 16225968.

HSL color Cylindrical-coordinate representation of color #B096F7: hue angle of 256.08º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B096F7 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 150 247 -
CMYK 0.29 0.39 0 0.03
HSL 256.08º 0.86% 0.78% -
HSV(B) 256.08º 0.39% 0.97% -
XYZ 45.6 37.76 92.88 -
YUV 168.83 172.11 133.11 -
System Red Green Blue C M Y K H S L
Decimal 176 150 247 0.29 0.39 0 0.03 256.08 0.86 0.78
Hex B0 96 F7 1D 27 0 3 100 56 4E
Octal 260 226 367 35 47 0 3 400 126 116
Binary 10110000 10010110 11110111 11101 100111 0 11 100000000 1010110 1001110

Color Harmonies of #B096F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B096F7

Black with #B096F7

Text Example


Text Example

White with #B096F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B096F7; }

 p { color: rgb(176,150,247); }

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

background-color css

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

 a { background-color: rgb(176,150,247); }

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

border-color css

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

 span { border-color: rgb(176,150,247); }

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