Html Css Color HEX #B49EEE Biloba Flower

📋 copy color: '#B49EEE'

red 180 ◦ green 158 ◦ blue 238

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

Shades of Biloba Flower #B49EEE

Tints of Biloba Flower #B49EEE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.43%

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

R = 31.25%
G = 27.43%
B = 41.32%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B49EEE (or 0xB49EEE) is known color: Biloba Flower. HEX triplet: B4, 9E and EE. RGB value is (180,158,238). Sum of RGB (Red+Green+Blue) = 180+158+238=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 158 (62.11% from 255 or 27.43% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #B49EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B49EEE is #4B6111. Grayscale: #ADADAD. Windows color (decimal): -4940050 or 15638196. OLE color: 15638196.

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

Color convert

RGB 180 158 238 -
CMYK 0.24 0.34 0 0.07
HSL 256.5º 0.7% 0.78% -
HSV(B) 256.5º 0.34% 0.93% -
XYZ 46.48 40.33 86.22 -
YUV 173.7 164.29 132.5 -
System Red Green Blue C M Y K H S L
Decimal 180 158 238 0.24 0.34 0 0.07 256.5 0.7 0.78
Hex B4 9E EE 18 22 0 7 100 46 4E
Octal 264 236 356 30 42 0 7 400 106 116
Binary 10110100 10011110 11101110 11000 100010 0 111 100000000 1000110 1001110

Color Harmonies of #B49EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49EEE

Black with #B49EEE

Text Example


Text Example

White with #B49EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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