Html Css Color HEX #B097FA Biloba Flower

📋 copy color: '#B097FA'

red 176 ◦ green 151 ◦ blue 250

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

Shades of Biloba Flower #B097FA

Tints of Biloba Flower #B097FA

RGB

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

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

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

R = 30.5%
G = 26.17%
B = 43.33%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B097FA (or 0xB097FA) is known color: Biloba Flower. HEX triplet: B0, 97 and FA. RGB value is (176,151,250). Sum of RGB (Red+Green+Blue) = 176+151+250=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 151 (59.38% from 255 or 26.17% 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 #B097FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B097FA is #4F6805. Grayscale: #A9A9A9. Windows color (decimal): -5203974 or 16422832. OLE color: 16422832.

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

Color convert

RGB 176 151 250 -
CMYK 0.30 0.40 0 0.02
HSL 255.15º 0.91% 0.79% -
HSV(B) 255.15º 0.4% 0.98% -
XYZ 46.23 38.27 95.39 -
YUV 169.76 173.28 132.45 -
System Red Green Blue C M Y K H S L
Decimal 176 151 250 0.30 0.40 0 0.02 255.15 0.91 0.79
Hex B0 97 FA 1E 28 0 2 FF 5B 4F
Octal 260 227 372 36 50 0 2 377 133 117
Binary 10110000 10010111 11111010 11110 101000 0 10 11111111 1011011 1001111

Color Harmonies of #B097FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B097FA

Black with #B097FA

Text Example


Text Example

White with #B097FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B097FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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