Html Css Color HEX #B499E9 Biloba Flower

📋 copy color: '#B499E9'

red 180 ◦ green 153 ◦ blue 233

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

Shades of Biloba Flower #B499E9

Tints of Biloba Flower #B499E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.17%

R = 31.8%
G = 27.03%
B = 41.17%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B499E9 (or 0xB499E9) is known color: Biloba Flower. HEX triplet: B4, 99 and E9. RGB value is (180,153,233). Sum of RGB (Red+Green+Blue) = 180+153+233=566 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.80% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 233 (91.41% from 255 or 41.17% from 566); Max value from RGB is 233 - color contains mainly: blue. Hex color #B499E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B499E9 is #4B6616. Grayscale: #A9A9A9. Windows color (decimal): -4941335 or 15309236. OLE color: 15309236.

HSL color Cylindrical-coordinate representation of color #B499E9: hue angle of 260.25º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B499E9 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 153 233 -
CMYK 0.23 0.34 0 0.09
HSL 260.25º 0.65% 0.76% -
HSV(B) 260.25º 0.34% 0.91% -
XYZ 44.92 38.37 82.13 -
YUV 170.19 163.45 135 -
System Red Green Blue C M Y K H S L
Decimal 180 153 233 0.23 0.34 0 0.09 260.25 0.65 0.76
Hex B4 99 E9 17 22 0 9 104 41 4C
Octal 264 231 351 27 42 0 11 404 101 114
Binary 10110100 10011001 11101001 10111 100010 0 1001 100000100 1000001 1001100

Color Harmonies of #B499E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B499E9

Black with #B499E9

Text Example


Text Example

White with #B499E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B499E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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