Html Css Color HEX #B297F6 Biloba Flower

📋 copy color: '#B297F6'

red 178 ◦ green 151 ◦ blue 246

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

Shades of Biloba Flower #B297F6

Tints of Biloba Flower #B297F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.78%

R = 30.96%
G = 26.26%
B = 42.78%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B297F6 (or 0xB297F6) is known color: Biloba Flower. HEX triplet: B2, 97 and F6. RGB value is (178,151,246). Sum of RGB (Red+Green+Blue) = 178+151+246=575 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.96% from 575); Green value is 151 (59.38% from 255 or 26.26% from 575); Blue value is 246 (96.48% from 255 or 42.78% from 575); Max value from RGB is 246 - color contains mainly: blue. Hex color #B297F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B297F6 is #4D6809. Grayscale: #A9A9A9. Windows color (decimal): -5072906 or 16160690. OLE color: 16160690.

HSL color Cylindrical-coordinate representation of color #B297F6: hue angle of 257.05º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B297F6 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 151 246 -
CMYK 0.28 0.39 0 0.04
HSL 257.05º 0.84% 0.78% -
HSV(B) 257.05º 0.39% 0.96% -
XYZ 46.06 38.25 92.14 -
YUV 169.9 170.95 133.78 -
System Red Green Blue C M Y K H S L
Decimal 178 151 246 0.28 0.39 0 0.04 257.05 0.84 0.78
Hex B2 97 F6 1C 27 0 4 101 54 4E
Octal 262 227 366 34 47 0 4 401 124 116
Binary 10110010 10010111 11110110 11100 100111 0 100 100000001 1010100 1001110

Color Harmonies of #B297F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B297F6

Black with #B297F6

Text Example


Text Example

White with #B297F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B297F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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