Html Css Color HEX #B49DF4 Biloba Flower

📋 copy color: '#B49DF4'

red 180 ◦ green 157 ◦ blue 244

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

Shades of Biloba Flower #B49DF4

Tints of Biloba Flower #B49DF4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.02%

 BLUE value IS 244 (95.7% from 255) = 42%

R = 30.98%
G = 27.02%
B = 42%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B49DF4 (or 0xB49DF4) is known color: Biloba Flower. HEX triplet: B4, 9D and F4. RGB value is (180,157,244). Sum of RGB (Red+Green+Blue) = 180+157+244=581 (76% of max value = 765). Red value is 180 (70.70% from 255 or 30.98% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 244 (95.70% from 255 or 42.00% from 581); Max value from RGB is 244 - color contains mainly: blue. Hex color #B49DF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49DF4 is #4B620B. Grayscale: #ADADAD. Windows color (decimal): -4940300 or 16031156. OLE color: 16031156.

HSL color Cylindrical-coordinate representation of color #B49DF4: hue angle of 255.86º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B49DF4 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 180 157 244 -
CMYK 0.26 0.36 0 0.04
HSL 255.86º 0.8% 0.79% -
HSV(B) 255.86º 0.36% 0.96% -
XYZ 47.21 40.35 90.89 -
YUV 173.8 167.62 132.43 -
System Red Green Blue C M Y K H S L
Decimal 180 157 244 0.26 0.36 0 0.04 255.86 0.8 0.79
Hex B4 9D F4 1A 24 0 4 100 50 4F
Octal 264 235 364 32 44 0 4 400 120 117
Binary 10110100 10011101 11110100 11010 100100 0 100 100000000 1010000 1001111

Color Harmonies of #B49DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49DF4

Black with #B49DF4

Text Example


Text Example

White with #B49DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49DF4; }

 p { color: rgb(180,157,244); }

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

background-color css

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

 a { background-color: rgb(180,157,244); }

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

border-color css

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

 span { border-color: rgb(180,157,244); }

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