Html Css Color HEX #B49DEC Biloba Flower

📋 copy color: '#B49DEC'

red 180 ◦ green 157 ◦ blue 236

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

Shades of Biloba Flower #B49DEC

Tints of Biloba Flower #B49DEC

RGB

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

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

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

R = 31.41%
G = 27.4%
B = 41.19%

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

#B49DEC (or 0xB49DEC) is known color: Biloba Flower. HEX triplet: B4, 9D and EC. RGB value is (180,157,236). Sum of RGB (Red+Green+Blue) = 180+157+236=573 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.41% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #B49DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49DEC is #4B6213. Grayscale: #ACACAC. Windows color (decimal): -4940308 or 15506868. OLE color: 15506868.

HSL color Cylindrical-coordinate representation of color #B49DEC: hue angle of 257.47º degrees, saturation: 0.68, 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 #B49DEC is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 157 236 -
CMYK 0.24 0.33 0 0.07
HSL 257.47º 0.68% 0.77% -
HSV(B) 257.47º 0.33% 0.93% -
XYZ 46.02 39.87 84.63 -
YUV 172.88 163.62 133.08 -
System Red Green Blue C M Y K H S L
Decimal 180 157 236 0.24 0.33 0 0.07 257.47 0.68 0.77
Hex B4 9D EC 18 21 0 7 101 44 4D
Octal 264 235 354 30 41 0 7 401 104 115
Binary 10110100 10011101 11101100 11000 100001 0 111 100000001 1000100 1001101

Color Harmonies of #B49DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49DEC

Black with #B49DEC

Text Example


Text Example

White with #B49DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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