Html Css Color HEX #B097FF Biloba Flower

📋 copy color: '#B097FF'

red 176 ◦ green 151 ◦ blue 255

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

Shades of Biloba Flower #B097FF

Tints of Biloba Flower #B097FF

RGB

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

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

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

R = 30.24%
G = 25.95%
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

#B097FF (or 0xB097FF) is known color: Biloba Flower. HEX triplet: B0, 97 and FF. RGB value is (176,151,255). Sum of RGB (Red+Green+Blue) = 176+151+255=582 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.24% from 582); Green value is 151 (59.38% from 255 or 25.95% 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 #B097FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B097FF is #4F6800. Grayscale: #A9A9A9. Windows color (decimal): -5203969 or 16750512. OLE color: 16750512.

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

Color convert

RGB 176 151 255 -
CMYK 0.31 0.41 0 0
HSL 254.42º 1% 0.8% -
HSV(B) 254.42º 0.41% 1% -
XYZ 47.02 38.58 99.58 -
YUV 170.33 175.78 132.04 -
System Red Green Blue C M Y K H S L
Decimal 176 151 255 0.31 0.41 0 0 254.42 1 0.8
Hex B0 97 FF 1F 29 0 0 FE 64 50
Octal 260 227 377 37 51 0 0 376 144 120
Binary 10110000 10010111 11111111 11111 101001 0 0 11111110 1100100 1010000

Color Harmonies of #B097FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B097FF

Black with #B097FF

Text Example


Text Example

White with #B097FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B097FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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