Html Css Color HEX #B49BEA Biloba Flower

📋 copy color: '#B49BEA'

red 180 ◦ green 155 ◦ blue 234

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

Shades of Biloba Flower #B49BEA

Tints of Biloba Flower #B49BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.12%

R = 31.63%
G = 27.24%
B = 41.12%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B49BEA (or 0xB49BEA) is known color: Biloba Flower. HEX triplet: B4, 9B and EA. RGB value is (180,155,234). Sum of RGB (Red+Green+Blue) = 180+155+234=569 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.63% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 234 (91.80% from 255 or 41.12% from 569); Max value from RGB is 234 - color contains mainly: blue. Hex color #B49BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49BEA is #4B6415. Grayscale: #ABABAB. Windows color (decimal): -4940822 or 15375284. OLE color: 15375284.

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

Color convert

RGB 180 155 234 -
CMYK 0.23 0.34 0 0.08
HSL 258.99º 0.65% 0.76% -
HSV(B) 258.99º 0.34% 0.92% -
XYZ 45.4 39.09 82.99 -
YUV 171.48 163.28 134.08 -
System Red Green Blue C M Y K H S L
Decimal 180 155 234 0.23 0.34 0 0.08 258.99 0.65 0.76
Hex B4 9B EA 17 22 0 8 103 41 4C
Octal 264 233 352 27 42 0 10 403 101 114
Binary 10110100 10011011 11101010 10111 100010 0 1000 100000011 1000001 1001100

Color Harmonies of #B49BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49BEA

Black with #B49BEA

Text Example


Text Example

White with #B49BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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