Html Css Color HEX #B499FF Biloba Flower

📋 copy color: '#B499FF'

red 180 ◦ green 153 ◦ blue 255

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

Shades of Biloba Flower #B499FF

Tints of Biloba Flower #B499FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.37%

R = 30.61%
G = 26.02%
B = 43.37%

CMYK

 C value IS 0.29

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B499FF (or 0xB499FF) is known color: Biloba Flower. HEX triplet: B4, 99 and FF. RGB value is (180,153,255). Sum of RGB (Red+Green+Blue) = 180+153+255=588 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.61% from 588); Green value is 153 (60.16% from 255 or 26.02% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #B499FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B499FF is #4B6600. Grayscale: #ACACAC. Windows color (decimal): -4941313 or 16751028. OLE color: 16751028.

HSL color Cylindrical-coordinate representation of color #B499FF: hue angle of 255.88º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B499FF is Cyan = 0.29, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 153 255 -
CMYK 0.29 0.4 0 0
HSL 255.88º 1% 0.8% -
HSV(B) 255.88º 0.4% 1% -
XYZ 48.26 39.71 99.73 -
YUV 172.7 174.45 133.21 -
System Red Green Blue C M Y K H S L
Decimal 180 153 255 0.29 0.4 0 0 255.88 1 0.8
Hex B4 99 FF 1D 28 0 0 100 64 50
Octal 264 231 377 35 50 0 0 400 144 120
Binary 10110100 10011001 11111111 11101 101000 0 0 100000000 1100100 1010000

Color Harmonies of #B499FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B499FF

Black with #B499FF

Text Example


Text Example

White with #B499FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B499FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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