Html Css Color HEX #B499F6 Biloba Flower

📋 copy color: '#B499F6'

red 180 ◦ green 153 ◦ blue 246

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

Shades of Biloba Flower #B499F6

Tints of Biloba Flower #B499F6

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.42%

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

R = 31.09%
G = 26.42%
B = 42.49%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B499F6 (or 0xB499F6) is known color: Biloba Flower. HEX triplet: B4, 99 and F6. RGB value is (180,153,246). Sum of RGB (Red+Green+Blue) = 180+153+246=579 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.09% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 246 (96.48% from 255 or 42.49% from 579); Max value from RGB is 246 - color contains mainly: blue. Hex color #B499F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B499F6 is #4B6609. Grayscale: #ABABAB. Windows color (decimal): -4941322 or 16161204. OLE color: 16161204.

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

Color convert

RGB 180 153 246 -
CMYK 0.27 0.38 0 0.04
HSL 257.42º 0.84% 0.78% -
HSV(B) 257.42º 0.38% 0.96% -
XYZ 46.85 39.14 92.27 -
YUV 171.68 169.95 133.94 -
System Red Green Blue C M Y K H S L
Decimal 180 153 246 0.27 0.38 0 0.04 257.42 0.84 0.78
Hex B4 99 F6 1B 26 0 4 101 54 4E
Octal 264 231 366 33 46 0 4 401 124 116
Binary 10110100 10011001 11110110 11011 100110 0 100 100000001 1010100 1001110

Color Harmonies of #B499F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B499F6

Black with #B499F6

Text Example


Text Example

White with #B499F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B499F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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