Html Css Color HEX #B49DCA Biloba Flower

📋 copy color: '#B49DCA'

red 180 ◦ green 157 ◦ blue 202

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

Shades of Biloba Flower #B49DCA

Tints of Biloba Flower #B49DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.48%

R = 33.4%
G = 29.13%
B = 37.48%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B49DCA (or 0xB49DCA) is known color: Biloba Flower. HEX triplet: B4, 9D and CA. RGB value is (180,157,202). Sum of RGB (Red+Green+Blue) = 180+157+202=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #B49DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DCA is #4B6235. Grayscale: #A8A8A8. Windows color (decimal): -4940342 or 13278644. OLE color: 13278644.

HSL color Cylindrical-coordinate representation of color #B49DCA: hue angle of 270.67º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B49DCA is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 157 202 -
CMYK 0.11 0.22 0 0.21
HSL 270.67º 0.3% 0.7% -
HSV(B) 270.67º 0.22% 0.79% -
XYZ 41.54 38.08 61.04 -
YUV 169.01 146.62 135.84 -
System Red Green Blue C M Y K H S L
Decimal 180 157 202 0.11 0.22 0 0.21 270.67 0.3 0.7
Hex B4 9D CA B 16 0 15 10F 1E 46
Octal 264 235 312 13 26 0 25 417 36 106
Binary 10110100 10011101 11001010 1011 10110 0 10101 100001111 11110 1000110

Color Harmonies of #B49DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49DCA

Black with #B49DCA

Text Example


Text Example

White with #B49DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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