Html Css Color HEX #B497EF Biloba Flower

📋 copy color: '#B497EF'

red 180 ◦ green 151 ◦ blue 239

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

Shades of Biloba Flower #B497EF

Tints of Biloba Flower #B497EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.93%

R = 31.58%
G = 26.49%
B = 41.93%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B497EF (or 0xB497EF) is known color: Biloba Flower. HEX triplet: B4, 97 and EF. RGB value is (180,151,239). Sum of RGB (Red+Green+Blue) = 180+151+239=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #B497EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B497EF is #4B6810. Grayscale: #A9A9A9. Windows color (decimal): -4941841 or 15701940. OLE color: 15701940.

HSL color Cylindrical-coordinate representation of color #B497EF: hue angle of 259.77º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B497EF is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 151 239 -
CMYK 0.25 0.37 0 0.06
HSL 259.77º 0.73% 0.76% -
HSV(B) 259.77º 0.37% 0.94% -
XYZ 45.47 38.07 86.61 -
YUV 169.7 167.11 135.34 -
System Red Green Blue C M Y K H S L
Decimal 180 151 239 0.25 0.37 0 0.06 259.77 0.73 0.76
Hex B4 97 EF 19 25 0 6 104 49 4C
Octal 264 227 357 31 45 0 6 404 111 114
Binary 10110100 10010111 11101111 11001 100101 0 110 100000100 1001001 1001100

Color Harmonies of #B497EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B497EF

Black with #B497EF

Text Example


Text Example

White with #B497EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B497EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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