Html Css Color HEX #B49CFB Biloba Flower

📋 copy color: '#B49CFB'

red 180 ◦ green 156 ◦ blue 251

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

Shades of Biloba Flower #B49CFB

Tints of Biloba Flower #B49CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.76%

R = 30.66%
G = 26.58%
B = 42.76%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B49CFB (or 0xB49CFB) is known color: Biloba Flower. HEX triplet: B4, 9C and FB. RGB value is (180,156,251). Sum of RGB (Red+Green+Blue) = 180+156+251=587 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.66% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #B49CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49CFB is #4B6304. Grayscale: #ADADAD. Windows color (decimal): -4940549 or 16489652. OLE color: 16489652.

HSL color Cylindrical-coordinate representation of color #B49CFB: hue angle of 255.16º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B49CFB is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 156 251 -
CMYK 0.28 0.38 0 0.02
HSL 255.16º 0.92% 0.8% -
HSV(B) 255.16º 0.38% 0.98% -
XYZ 48.12 40.45 96.54 -
YUV 174.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 180 156 251 0.28 0.38 0 0.02 255.16 0.92 0.8
Hex B4 9C FB 1C 26 0 2 FF 5C 50
Octal 264 234 373 34 46 0 2 377 134 120
Binary 10110100 10011100 11111011 11100 100110 0 10 11111111 1011100 1010000

Color Harmonies of #B49CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49CFB

Black with #B49CFB

Text Example


Text Example

White with #B49CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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