Html Css Color HEX #B49FEC Biloba Flower

📋 copy color: '#B49FEC'

red 180 ◦ green 159 ◦ blue 236

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

Shades of Biloba Flower #B49FEC

Tints of Biloba Flower #B49FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.04%

R = 31.3%
G = 27.65%
B = 41.04%

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

#B49FEC (or 0xB49FEC) is known color: Biloba Flower. HEX triplet: B4, 9F and EC. RGB value is (180,159,236). Sum of RGB (Red+Green+Blue) = 180+159+236=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #B49FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49FEC is #4B6013. Grayscale: #ADADAD. Windows color (decimal): -4939796 or 15507380. OLE color: 15507380.

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

Color convert

RGB 180 159 236 -
CMYK 0.24 0.33 0 0.07
HSL 256.36º 0.67% 0.77% -
HSV(B) 256.36º 0.33% 0.93% -
XYZ 46.36 40.56 84.74 -
YUV 174.06 162.96 132.24 -
System Red Green Blue C M Y K H S L
Decimal 180 159 236 0.24 0.33 0 0.07 256.36 0.67 0.77
Hex B4 9F EC 18 21 0 7 100 43 4D
Octal 264 237 354 30 41 0 7 400 103 115
Binary 10110100 10011111 11101100 11000 100001 0 111 100000000 1000011 1001101

Color Harmonies of #B49FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49FEC

Black with #B49FEC

Text Example


Text Example

White with #B49FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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