Html Css Color HEX #B49DEB Biloba Flower

📋 copy color: '#B49DEB'

red 180 ◦ green 157 ◦ blue 235

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

Shades of Biloba Flower #B49DEB

Tints of Biloba Flower #B49DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.08%

R = 31.47%
G = 27.45%
B = 41.08%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B49DEB (or 0xB49DEB) is known color: Biloba Flower. HEX triplet: B4, 9D and EB. RGB value is (180,157,235). Sum of RGB (Red+Green+Blue) = 180+157+235=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 157 (61.72% from 255 or 27.45% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #B49DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49DEB is #4B6214. Grayscale: #ACACAC. Windows color (decimal): -4940309 or 15441332. OLE color: 15441332.

HSL color Cylindrical-coordinate representation of color #B49DEB: hue angle of 257.69º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B49DEB is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 157 235 -
CMYK 0.23 0.33 0 0.08
HSL 257.69º 0.66% 0.77% -
HSV(B) 257.69º 0.33% 0.92% -
XYZ 45.87 39.82 83.86 -
YUV 172.77 163.12 133.16 -
System Red Green Blue C M Y K H S L
Decimal 180 157 235 0.23 0.33 0 0.08 257.69 0.66 0.77
Hex B4 9D EB 17 21 0 8 102 42 4D
Octal 264 235 353 27 41 0 10 402 102 115
Binary 10110100 10011101 11101011 10111 100001 0 1000 100000010 1000010 1001101

Color Harmonies of #B49DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49DEB

Black with #B49DEB

Text Example


Text Example

White with #B49DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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