Html Css Color HEX #B097F0 Biloba Flower

📋 copy color: '#B097F0'

red 176 ◦ green 151 ◦ blue 240

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

Shades of Biloba Flower #B097F0

Tints of Biloba Flower #B097F0

RGB

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

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

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

R = 31.04%
G = 26.63%
B = 42.33%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B097F0 (or 0xB097F0) is known color: Biloba Flower. HEX triplet: B0, 97 and F0. RGB value is (176,151,240). Sum of RGB (Red+Green+Blue) = 176+151+240=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 151 (59.38% from 255 or 26.63% 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 #B097F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B097F0 is #4F680F. Grayscale: #A8A8A8. Windows color (decimal): -5203984 or 15767472. OLE color: 15767472.

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

Color convert

RGB 176 151 240 -
CMYK 0.27 0.37 0 0.06
HSL 256.85º 0.75% 0.77% -
HSV(B) 256.85º 0.37% 0.94% -
XYZ 44.7 37.65 87.35 -
YUV 168.62 168.28 133.26 -
System Red Green Blue C M Y K H S L
Decimal 176 151 240 0.27 0.37 0 0.06 256.85 0.75 0.77
Hex B0 97 F0 1B 25 0 6 101 4B 4D
Octal 260 227 360 33 45 0 6 401 113 115
Binary 10110000 10010111 11110000 11011 100101 0 110 100000001 1001011 1001101

Color Harmonies of #B097F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B097F0

Black with #B097F0

Text Example


Text Example

White with #B097F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B097F0; }

 p { color: rgb(176,151,240); }

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

background-color css

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

 a { background-color: rgb(176,151,240); }

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

border-color css

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

 span { border-color: rgb(176,151,240); }

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