Html Css Color HEX #B49FEE Biloba Flower

📋 copy color: '#B49FEE'

red 180 ◦ green 159 ◦ blue 238

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

Shades of Biloba Flower #B49FEE

Tints of Biloba Flower #B49FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.25%

R = 31.2%
G = 27.56%
B = 41.25%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B49FEE (or 0xB49FEE) is known color: Biloba Flower. HEX triplet: B4, 9F and EE. RGB value is (180,159,238). Sum of RGB (Red+Green+Blue) = 180+159+238=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 159 (62.5% from 255 or 27.56% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #B49FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49FEE is #4B6011. Grayscale: #ADADAD. Windows color (decimal): -4939794 or 15638452. OLE color: 15638452.

HSL color Cylindrical-coordinate representation of color #B49FEE: hue angle of 255.95º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B49FEE is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 159 238 -
CMYK 0.24 0.33 0 0.07
HSL 255.95º 0.7% 0.78% -
HSV(B) 255.95º 0.33% 0.93% -
XYZ 46.65 40.67 86.28 -
YUV 174.29 163.96 132.08 -
System Red Green Blue C M Y K H S L
Decimal 180 159 238 0.24 0.33 0 0.07 255.95 0.7 0.78
Hex B4 9F EE 18 21 0 7 100 46 4E
Octal 264 237 356 30 41 0 7 400 106 116
Binary 10110100 10011111 11101110 11000 100001 0 111 100000000 1000110 1001110

Color Harmonies of #B49FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49FEE

Black with #B49FEE

Text Example


Text Example

White with #B49FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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