Html Css Color HEX #B497F6 Biloba Flower

📋 copy color: '#B497F6'

red 180 ◦ green 151 ◦ blue 246

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

Shades of Biloba Flower #B497F6

Tints of Biloba Flower #B497F6

RGB

 RED value IS 180 (70.7% from 255) = 31.2%

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

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

R = 31.2%
G = 26.17%
B = 42.63%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B497F6 (or 0xB497F6) is known color: Biloba Flower. HEX triplet: B4, 97 and F6. RGB value is (180,151,246). Sum of RGB (Red+Green+Blue) = 180+151+246=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 151 (59.38% from 255 or 26.17% from 577); Blue value is 246 (96.48% from 255 or 42.63% from 577); Max value from RGB is 246 - color contains mainly: blue. Hex color #B497F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B497F6 is #4B6809. Grayscale: #AAAAAA. Windows color (decimal): -4941834 or 16160692. OLE color: 16160692.

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

Color convert

RGB 180 151 246 -
CMYK 0.27 0.39 0 0.04
HSL 258.32º 0.84% 0.78% -
HSV(B) 258.32º 0.39% 0.96% -
XYZ 46.52 38.49 92.17 -
YUV 170.5 170.61 134.78 -
System Red Green Blue C M Y K H S L
Decimal 180 151 246 0.27 0.39 0 0.04 258.32 0.84 0.78
Hex B4 97 F6 1B 27 0 4 102 54 4E
Octal 264 227 366 33 47 0 4 402 124 116
Binary 10110100 10010111 11110110 11011 100111 0 100 100000010 1010100 1001110

Color Harmonies of #B497F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B497F6

Black with #B497F6

Text Example


Text Example

White with #B497F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B497F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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