Html Css Color HEX #B49FCF Biloba Flower

📋 copy color: '#B49FCF'

red 180 ◦ green 159 ◦ blue 207

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

Shades of Biloba Flower #B49FCF

Tints of Biloba Flower #B49FCF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.12%

 BLUE value IS 207 (81.25% from 255) = 37.91%

R = 32.97%
G = 29.12%
B = 37.91%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B49FCF (or 0xB49FCF) is known color: Biloba Flower. HEX triplet: B4, 9F and CF. RGB value is (180,159,207). Sum of RGB (Red+Green+Blue) = 180+159+207=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #B49FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49FCF is #4B6030. Grayscale: #AAAAAA. Windows color (decimal): -4939825 or 13606836. OLE color: 13606836.

HSL color Cylindrical-coordinate representation of color #B49FCF: hue angle of 266.25º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B49FCF is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 159 207 -
CMYK 0.13 0.23 0 0.19
HSL 266.25º 0.33% 0.72% -
HSV(B) 266.25º 0.23% 0.81% -
XYZ 42.48 39 64.32 -
YUV 170.75 148.46 134.6 -
System Red Green Blue C M Y K H S L
Decimal 180 159 207 0.13 0.23 0 0.19 266.25 0.33 0.72
Hex B4 9F CF D 17 0 13 10A 21 48
Octal 264 237 317 15 27 0 23 412 41 110
Binary 10110100 10011111 11001111 1101 10111 0 10011 100001010 100001 1001000

Color Harmonies of #B49FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49FCF

Black with #B49FCF

Text Example


Text Example

White with #B49FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49FCF; }

 p { color: rgb(180,159,207); }

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

background-color css

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

 a { background-color: rgb(180,159,207); }

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

border-color css

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

 span { border-color: rgb(180,159,207); }

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