Html Css Color HEX #B49DF2 Biloba Flower

📋 copy color: '#B49DF2'

red 180 ◦ green 157 ◦ blue 242

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

Shades of Biloba Flower #B49DF2

Tints of Biloba Flower #B49DF2

RGB

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

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

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

R = 31.09%
G = 27.12%
B = 41.8%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B49DF2 (or 0xB49DF2) is known color: Biloba Flower. HEX triplet: B4, 9D and F2. RGB value is (180,157,242). Sum of RGB (Red+Green+Blue) = 180+157+242=579 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.09% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #B49DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49DF2 is #4B620D. Grayscale: #ADADAD. Windows color (decimal): -4940302 or 15900084. OLE color: 15900084.

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

Color convert

RGB 180 157 242 -
CMYK 0.26 0.35 0 0.05
HSL 256.24º 0.77% 0.78% -
HSV(B) 256.24º 0.35% 0.95% -
XYZ 46.91 40.23 89.3 -
YUV 173.57 166.62 132.59 -
System Red Green Blue C M Y K H S L
Decimal 180 157 242 0.26 0.35 0 0.05 256.24 0.77 0.78
Hex B4 9D F2 1A 23 0 5 100 4D 4E
Octal 264 235 362 32 43 0 5 400 115 116
Binary 10110100 10011101 11110010 11010 100011 0 101 100000000 1001101 1001110

Color Harmonies of #B49DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49DF2

Black with #B49DF2

Text Example


Text Example

White with #B49DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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