Html Css Color HEX #B49DE4 Biloba Flower

📋 copy color: '#B49DE4'

red 180 ◦ green 157 ◦ blue 228

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

Shades of Biloba Flower #B49DE4

Tints of Biloba Flower #B49DE4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.79%

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

R = 31.86%
G = 27.79%
B = 40.35%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B49DE4 (or 0xB49DE4) is known color: Biloba Flower. HEX triplet: B4, 9D and E4. RGB value is (180,157,228). Sum of RGB (Red+Green+Blue) = 180+157+228=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 228 (89.45% from 255 or 40.35% from 565); Max value from RGB is 228 - color contains mainly: blue. Hex color #B49DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DE4 is #4B621B. Grayscale: #ABABAB. Windows color (decimal): -4940316 or 14982580. OLE color: 14982580.

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

Color convert

RGB 180 157 228 -
CMYK 0.21 0.31 0 0.11
HSL 259.44º 0.57% 0.75% -
HSV(B) 259.44º 0.31% 0.89% -
XYZ 44.88 39.42 78.64 -
YUV 171.97 159.62 133.73 -
System Red Green Blue C M Y K H S L
Decimal 180 157 228 0.21 0.31 0 0.11 259.44 0.57 0.75
Hex B4 9D E4 15 1F 0 B 103 39 4B
Octal 264 235 344 25 37 0 13 403 71 113
Binary 10110100 10011101 11100100 10101 11111 0 1011 100000011 111001 1001011

Color Harmonies of #B49DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49DE4

Black with #B49DE4

Text Example


Text Example

White with #B49DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49DE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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