Html Css Color HEX #B497EC Biloba Flower

📋 copy color: '#B497EC'

red 180 ◦ green 151 ◦ blue 236

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

Shades of Biloba Flower #B497EC

Tints of Biloba Flower #B497EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.62%

R = 31.75%
G = 26.63%
B = 41.62%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B497EC (or 0xB497EC) is known color: Biloba Flower. HEX triplet: B4, 97 and EC. RGB value is (180,151,236). Sum of RGB (Red+Green+Blue) = 180+151+236=567 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.75% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #B497EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B497EC is #4B6813. Grayscale: #A9A9A9. Windows color (decimal): -4941844 or 15505332. OLE color: 15505332.

HSL color Cylindrical-coordinate representation of color #B497EC: hue angle of 260.47º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B497EC is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 151 236 -
CMYK 0.24 0.36 0 0.07
HSL 260.47º 0.69% 0.76% -
HSV(B) 260.47º 0.36% 0.93% -
XYZ 45.03 37.89 84.3 -
YUV 169.36 165.61 135.59 -
System Red Green Blue C M Y K H S L
Decimal 180 151 236 0.24 0.36 0 0.07 260.47 0.69 0.76
Hex B4 97 EC 18 24 0 7 104 45 4C
Octal 264 227 354 30 44 0 7 404 105 114
Binary 10110100 10010111 11101100 11000 100100 0 111 100000100 1000101 1001100

Color Harmonies of #B497EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B497EC

Black with #B497EC

Text Example


Text Example

White with #B497EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B497EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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