Html Css Color HEX #B499F2 Biloba Flower

📋 copy color: '#B499F2'

red 180 ◦ green 153 ◦ blue 242

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

Shades of Biloba Flower #B499F2

Tints of Biloba Flower #B499F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.09%

R = 31.3%
G = 26.61%
B = 42.09%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B499F2 (or 0xB499F2) is known color: Biloba Flower. HEX triplet: B4, 99 and F2. RGB value is (180,153,242). Sum of RGB (Red+Green+Blue) = 180+153+242=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #B499F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B499F2 is #4B660D. Grayscale: #AAAAAA. Windows color (decimal): -4941326 or 15899060. OLE color: 15899060.

HSL color Cylindrical-coordinate representation of color #B499F2: hue angle of 258.2º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B499F2 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 153 242 -
CMYK 0.26 0.37 0 0.05
HSL 258.2º 0.77% 0.77% -
HSV(B) 258.2º 0.37% 0.95% -
XYZ 46.24 38.9 89.08 -
YUV 171.22 167.95 134.26 -
System Red Green Blue C M Y K H S L
Decimal 180 153 242 0.26 0.37 0 0.05 258.2 0.77 0.77
Hex B4 99 F2 1A 25 0 5 102 4D 4D
Octal 264 231 362 32 45 0 5 402 115 115
Binary 10110100 10011001 11110010 11010 100101 0 101 100000010 1001101 1001101

Color Harmonies of #B499F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B499F2

Black with #B499F2

Text Example


Text Example

White with #B499F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B499F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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