Html Css Color HEX #B297F7 Biloba Flower

📋 copy color: '#B297F7'

red 178 ◦ green 151 ◦ blue 247

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

Shades of Biloba Flower #B297F7

Tints of Biloba Flower #B297F7

RGB

 RED value IS 178 (69.92% from 255) = 30.9%

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

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

R = 30.9%
G = 26.22%
B = 42.88%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B297F7 (or 0xB297F7) is known color: Biloba Flower. HEX triplet: B2, 97 and F7. RGB value is (178,151,247). Sum of RGB (Red+Green+Blue) = 178+151+247=576 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.90% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 247 - color contains mainly: blue. Hex color #B297F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B297F7 is #4D6808. Grayscale: #A9A9A9. Windows color (decimal): -5072905 or 16226226. OLE color: 16226226.

HSL color Cylindrical-coordinate representation of color #B297F7: hue angle of 256.88º 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 #B297F7 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 178 151 247 -
CMYK 0.28 0.39 0 0.03
HSL 256.88º 0.86% 0.78% -
HSV(B) 256.88º 0.39% 0.97% -
XYZ 46.22 38.31 92.96 -
YUV 170.02 171.45 133.69 -
System Red Green Blue C M Y K H S L
Decimal 178 151 247 0.28 0.39 0 0.03 256.88 0.86 0.78
Hex B2 97 F7 1C 27 0 3 101 56 4E
Octal 262 227 367 34 47 0 3 401 126 116
Binary 10110010 10010111 11110111 11100 100111 0 11 100000001 1010110 1001110

Color Harmonies of #B297F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B297F7

Black with #B297F7

Text Example


Text Example

White with #B297F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B297F7; }

 p { color: rgb(178,151,247); }

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

background-color css

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

 a { background-color: rgb(178,151,247); }

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

border-color css

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

 span { border-color: rgb(178,151,247); }

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