Html Css Color HEX #B490D9 Biloba Flower

📋 copy color: '#B490D9'

red 180 ◦ green 144 ◦ blue 217

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

Shades of Biloba Flower #B490D9

Tints of Biloba Flower #B490D9

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.62%

 BLUE value IS 217 (85.16% from 255) = 40.11%

R = 33.27%
G = 26.62%
B = 40.11%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B490D9 (or 0xB490D9) is known color: Biloba Flower. HEX triplet: B4, 90 and D9. RGB value is (180,144,217). Sum of RGB (Red+Green+Blue) = 180+144+217=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 217 - color contains mainly: blue. Hex color #B490D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490D9 is #4B6F26. Grayscale: #A2A2A2. Windows color (decimal): -4943655 or 14258356. OLE color: 14258356.

HSL color Cylindrical-coordinate representation of color #B490D9: hue angle of 269.59º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B490D9 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 144 217 -
CMYK 0.17 0.34 0 0.15
HSL 269.59º 0.49% 0.71% -
HSV(B) 269.59º 0.34% 0.85% -
XYZ 41.32 34.66 70.16 -
YUV 163.09 158.43 140.06 -
System Red Green Blue C M Y K H S L
Decimal 180 144 217 0.17 0.34 0 0.15 269.59 0.49 0.71
Hex B4 90 D9 11 22 0 F 10E 31 47
Octal 264 220 331 21 42 0 17 416 61 107
Binary 10110100 10010000 11011001 10001 100010 0 1111 100001110 110001 1000111

Color Harmonies of #B490D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B490D9

Black with #B490D9

Text Example


Text Example

White with #B490D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B490D9; }

 p { color: rgb(180,144,217); }

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

background-color css

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

 a { background-color: rgb(180,144,217); }

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

border-color css

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

 span { border-color: rgb(180,144,217); }

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