Html Css Color HEX #B49CE4 Biloba Flower

📋 copy color: '#B49CE4'

red 180 ◦ green 156 ◦ blue 228

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

Shades of Biloba Flower #B49CE4

Tints of Biloba Flower #B49CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.43%

R = 31.91%
G = 27.66%
B = 40.43%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B49CE4 (or 0xB49CE4) is known color: Biloba Flower. HEX triplet: B4, 9C and E4. RGB value is (180,156,228). Sum of RGB (Red+Green+Blue) = 180+156+228=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #B49CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49CE4 is #4B631B. Grayscale: #ABABAB. Windows color (decimal): -4940572 or 14982324. OLE color: 14982324.

HSL color Cylindrical-coordinate representation of color #B49CE4: hue angle of 260º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B49CE4 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 180 156 228 -
CMYK 0.21 0.32 0 0.11
HSL 260º 0.57% 0.75% -
HSV(B) 260º 0.32% 0.89% -
XYZ 44.71 39.08 78.59 -
YUV 171.38 159.95 134.15 -
System Red Green Blue C M Y K H S L
Decimal 180 156 228 0.21 0.32 0 0.11 260 0.57 0.75
Hex B4 9C E4 15 20 0 B 104 39 4B
Octal 264 234 344 25 40 0 13 404 71 113
Binary 10110100 10011100 11100100 10101 100000 0 1011 100000100 111001 1001011

Color Harmonies of #B49CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49CE4

Black with #B49CE4

Text Example


Text Example

White with #B49CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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