Html Css Color HEX #B497DF Biloba Flower

📋 copy color: '#B497DF'

red 180 ◦ green 151 ◦ blue 223

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

Shades of Biloba Flower #B497DF

Tints of Biloba Flower #B497DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.25%

R = 32.49%
G = 27.26%
B = 40.25%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B497DF (or 0xB497DF) is known color: Biloba Flower. HEX triplet: B4, 97 and DF. RGB value is (180,151,223). Sum of RGB (Red+Green+Blue) = 180+151+223=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #B497DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B497DF is #4B6820. Grayscale: #A7A7A7. Windows color (decimal): -4941857 or 14653364. OLE color: 14653364.

HSL color Cylindrical-coordinate representation of color #B497DF: hue angle of 264.17º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B497DF is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 151 223 -
CMYK 0.19 0.32 0 0.13
HSL 264.17º 0.53% 0.73% -
HSV(B) 264.17º 0.32% 0.87% -
XYZ 43.21 37.16 74.71 -
YUV 167.88 159.11 136.65 -
System Red Green Blue C M Y K H S L
Decimal 180 151 223 0.19 0.32 0 0.13 264.17 0.53 0.73
Hex B4 97 DF 13 20 0 D 108 35 49
Octal 264 227 337 23 40 0 15 410 65 111
Binary 10110100 10010111 11011111 10011 100000 0 1101 100001000 110101 1001001

Color Harmonies of #B497DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B497DF

Black with #B497DF

Text Example


Text Example

White with #B497DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B497DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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