Html Css Color HEX #B49CEB Biloba Flower

📋 copy color: '#B49CEB'

red 180 ◦ green 156 ◦ blue 235

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

Shades of Biloba Flower #B49CEB

Tints of Biloba Flower #B49CEB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.32%

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

R = 31.52%
G = 27.32%
B = 41.16%

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

#B49CEB (or 0xB49CEB) is known color: Biloba Flower. HEX triplet: B4, 9C and EB. RGB value is (180,156,235). Sum of RGB (Red+Green+Blue) = 180+156+235=571 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.52% from 571); Green value is 156 (61.33% from 255 or 27.32% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #B49CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49CEB is #4B6314. Grayscale: #ABABAB. Windows color (decimal): -4940565 or 15441076. OLE color: 15441076.

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

Color convert

RGB 180 156 235 -
CMYK 0.23 0.34 0 0.08
HSL 258.23º 0.66% 0.77% -
HSV(B) 258.23º 0.34% 0.92% -
XYZ 45.71 39.48 83.81 -
YUV 172.18 163.45 133.58 -
System Red Green Blue C M Y K H S L
Decimal 180 156 235 0.23 0.34 0 0.08 258.23 0.66 0.77
Hex B4 9C EB 17 22 0 8 102 42 4D
Octal 264 234 353 27 42 0 10 402 102 115
Binary 10110100 10011100 11101011 10111 100010 0 1000 100000010 1000010 1001101

Color Harmonies of #B49CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49CEB

Black with #B49CEB

Text Example


Text Example

White with #B49CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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