Html Css Color HEX #B49BEB Biloba Flower

📋 copy color: '#B49BEB'

red 180 ◦ green 155 ◦ blue 235

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

Shades of Biloba Flower #B49BEB

Tints of Biloba Flower #B49BEB

RGB

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

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

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

R = 31.58%
G = 27.19%
B = 41.23%

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

#B49BEB (or 0xB49BEB) is known color: Biloba Flower. HEX triplet: B4, 9B and EB. RGB value is (180,155,235). Sum of RGB (Red+Green+Blue) = 180+155+235=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #B49BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49BEB is #4B6414. Grayscale: #ABABAB. Windows color (decimal): -4940821 or 15440820. OLE color: 15440820.

HSL color Cylindrical-coordinate representation of color #B49BEB: hue angle of 258.75º degrees, saturation: 0.67, 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 #B49BEB is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 155 235 -
CMYK 0.23 0.34 0 0.08
HSL 258.75º 0.67% 0.76% -
HSV(B) 258.75º 0.34% 0.92% -
XYZ 45.54 39.14 83.75 -
YUV 171.6 163.78 134 -
System Red Green Blue C M Y K H S L
Decimal 180 155 235 0.23 0.34 0 0.08 258.75 0.67 0.76
Hex B4 9B EB 17 22 0 8 103 43 4C
Octal 264 233 353 27 42 0 10 403 103 114
Binary 10110100 10011011 11101011 10111 100010 0 1000 100000011 1000011 1001100

Color Harmonies of #B49BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49BEB

Black with #B49BEB

Text Example


Text Example

White with #B49BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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