Html Css Color HEX #B49BE8 Biloba Flower

📋 copy color: '#B49BE8'

red 180 ◦ green 155 ◦ blue 232

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

Shades of Biloba Flower #B49BE8

Tints of Biloba Flower #B49BE8

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.34%

 BLUE value IS 232 (91.02% from 255) = 40.92%

R = 31.75%
G = 27.34%
B = 40.92%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B49BE8 (or 0xB49BE8) is known color: Biloba Flower. HEX triplet: B4, 9B and E8. RGB value is (180,155,232). Sum of RGB (Red+Green+Blue) = 180+155+232=567 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.75% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 232 (91.02% from 255 or 40.92% from 567); Max value from RGB is 232 - color contains mainly: blue. Hex color #B49BE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49BE8 is #4B6417. Grayscale: #AAAAAA. Windows color (decimal): -4940824 or 15244212. OLE color: 15244212.

HSL color Cylindrical-coordinate representation of color #B49BE8: hue angle of 259.48º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B49BE8 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 180 155 232 -
CMYK 0.22 0.33 0 0.09
HSL 259.48º 0.63% 0.76% -
HSV(B) 259.48º 0.33% 0.91% -
XYZ 45.11 38.97 81.49 -
YUV 171.25 162.28 134.24 -
System Red Green Blue C M Y K H S L
Decimal 180 155 232 0.22 0.33 0 0.09 259.48 0.63 0.76
Hex B4 9B E8 16 21 0 9 103 3F 4C
Octal 264 233 350 26 41 0 11 403 77 114
Binary 10110100 10011011 11101000 10110 100001 0 1001 100000011 111111 1001100

Color Harmonies of #B49BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49BE8

Black with #B49BE8

Text Example


Text Example

White with #B49BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49BE8; }

 p { color: rgb(180,155,232); }

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

background-color css

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

 a { background-color: rgb(180,155,232); }

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

border-color css

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

 span { border-color: rgb(180,155,232); }

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