Html Css Color HEX #B49DF5 Biloba Flower

📋 copy color: '#B49DF5'

red 180 ◦ green 157 ◦ blue 245

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

Shades of Biloba Flower #B49DF5

Tints of Biloba Flower #B49DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 42.1%

R = 30.93%
G = 26.98%
B = 42.1%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B49DF5 (or 0xB49DF5) is known color: Biloba Flower. HEX triplet: B4, 9D and F5. RGB value is (180,157,245). Sum of RGB (Red+Green+Blue) = 180+157+245=582 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.93% from 582); Green value is 157 (61.72% from 255 or 26.98% from 582); Blue value is 245 (96.09% from 255 or 42.10% from 582); Max value from RGB is 245 - color contains mainly: blue. Hex color #B49DF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49DF5 is #4B620A. Grayscale: #ADADAD. Windows color (decimal): -4940299 or 16096692. OLE color: 16096692.

HSL color Cylindrical-coordinate representation of color #B49DF5: hue angle of 255.68º degrees, saturation: 0.81, 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 #B49DF5 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 180 157 245 -
CMYK 0.27 0.36 0 0.04
HSL 255.68º 0.81% 0.79% -
HSV(B) 255.68º 0.36% 0.96% -
XYZ 47.36 40.41 91.69 -
YUV 173.91 168.12 132.34 -
System Red Green Blue C M Y K H S L
Decimal 180 157 245 0.27 0.36 0 0.04 255.68 0.81 0.79
Hex B4 9D F5 1B 24 0 4 100 51 4F
Octal 264 235 365 33 44 0 4 400 121 117
Binary 10110100 10011101 11110101 11011 100100 0 100 100000000 1010001 1001111

Color Harmonies of #B49DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49DF5

Black with #B49DF5

Text Example


Text Example

White with #B49DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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