Html Css Color HEX #B49FED Biloba Flower

📋 copy color: '#B49FED'

red 180 ◦ green 159 ◦ blue 237

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

Shades of Biloba Flower #B49FED

Tints of Biloba Flower #B49FED

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.6%

 BLUE value IS 237 (92.97% from 255) = 41.15%

R = 31.25%
G = 27.6%
B = 41.15%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B49FED (or 0xB49FED) is known color: Biloba Flower. HEX triplet: B4, 9F and ED. RGB value is (180,159,237). Sum of RGB (Red+Green+Blue) = 180+159+237=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 237 - color contains mainly: blue. Hex color #B49FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49FED is #4B6012. Grayscale: #ADADAD. Windows color (decimal): -4939795 or 15572916. OLE color: 15572916.

HSL color Cylindrical-coordinate representation of color #B49FED: hue angle of 256.15º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B49FED is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 159 237 -
CMYK 0.24 0.33 0 0.07
HSL 256.15º 0.68% 0.78% -
HSV(B) 256.15º 0.33% 0.93% -
XYZ 46.51 40.61 85.51 -
YUV 174.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 180 159 237 0.24 0.33 0 0.07 256.15 0.68 0.78
Hex B4 9F ED 18 21 0 7 100 44 4E
Octal 264 237 355 30 41 0 7 400 104 116
Binary 10110100 10011111 11101101 11000 100001 0 111 100000000 1000100 1001110

Color Harmonies of #B49FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49FED

Black with #B49FED

Text Example


Text Example

White with #B49FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49FED; }

 p { color: rgb(180,159,237); }

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

background-color css

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

 a { background-color: rgb(180,159,237); }

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

border-color css

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

 span { border-color: rgb(180,159,237); }

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