Html Css Color HEX #B49FF2 Biloba Flower

📋 copy color: '#B49FF2'

red 180 ◦ green 159 ◦ blue 242

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

Shades of Biloba Flower #B49FF2

Tints of Biloba Flower #B49FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.65%

R = 30.98%
G = 27.37%
B = 41.65%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B49FF2 (or 0xB49FF2) is known color: Biloba Flower. HEX triplet: B4, 9F and F2. RGB value is (180,159,242). Sum of RGB (Red+Green+Blue) = 180+159+242=581 (76% of max value = 765). Red value is 180 (70.70% from 255 or 30.98% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #B49FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49FF2 is #4B600D. Grayscale: #AEAEAE. Windows color (decimal): -4939790 or 15900596. OLE color: 15900596.

HSL color Cylindrical-coordinate representation of color #B49FF2: hue angle of 255.18º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B49FF2 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 159 242 -
CMYK 0.26 0.34 0 0.05
HSL 255.18º 0.76% 0.79% -
HSV(B) 255.18º 0.34% 0.95% -
XYZ 47.25 40.91 89.41 -
YUV 174.74 165.96 131.75 -
System Red Green Blue C M Y K H S L
Decimal 180 159 242 0.26 0.34 0 0.05 255.18 0.76 0.79
Hex B4 9F F2 1A 22 0 5 FF 4C 4F
Octal 264 237 362 32 42 0 5 377 114 117
Binary 10110100 10011111 11110010 11010 100010 0 101 11111111 1001100 1001111

Color Harmonies of #B49FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49FF2

Black with #B49FF2

Text Example


Text Example

White with #B49FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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