Html Css Color HEX #B49DF3 Biloba Flower

📋 copy color: '#B49DF3'

red 180 ◦ green 157 ◦ blue 243

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

Shades of Biloba Flower #B49DF3

Tints of Biloba Flower #B49DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 41.9%

R = 31.03%
G = 27.07%
B = 41.9%

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

#B49DF3 (or 0xB49DF3) is known color: Biloba Flower. HEX triplet: B4, 9D and F3. RGB value is (180,157,243). Sum of RGB (Red+Green+Blue) = 180+157+243=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 243 (95.31% from 255 or 41.90% from 580); Max value from RGB is 243 - color contains mainly: blue. Hex color #B49DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49DF3 is #4B620C. Grayscale: #ADADAD. Windows color (decimal): -4940301 or 15965620. OLE color: 15965620.

HSL color Cylindrical-coordinate representation of color #B49DF3: hue angle of 256.05º degrees, saturation: 0.78, 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 #B49DF3 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 157 243 -
CMYK 0.26 0.35 0 0.05
HSL 256.05º 0.78% 0.78% -
HSV(B) 256.05º 0.35% 0.95% -
XYZ 47.06 40.29 90.09 -
YUV 173.68 167.12 132.51 -
System Red Green Blue C M Y K H S L
Decimal 180 157 243 0.26 0.35 0 0.05 256.05 0.78 0.78
Hex B4 9D F3 1A 23 0 5 100 4E 4E
Octal 264 235 363 32 43 0 5 400 116 116
Binary 10110100 10011101 11110011 11010 100011 0 101 100000000 1001110 1001110

Color Harmonies of #B49DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49DF3

Black with #B49DF3

Text Example


Text Example

White with #B49DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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