Html Css Color HEX #B490DA Biloba Flower

📋 copy color: '#B490DA'

red 180 ◦ green 144 ◦ blue 218

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

Shades of Biloba Flower #B490DA

Tints of Biloba Flower #B490DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.22%

R = 33.21%
G = 26.57%
B = 40.22%

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

#B490DA (or 0xB490DA) is known color: Biloba Flower. HEX triplet: B4, 90 and DA. RGB value is (180,144,218). Sum of RGB (Red+Green+Blue) = 180+144+218=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #B490DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490DA is #4B6F25. Grayscale: #A2A2A2. Windows color (decimal): -4943654 or 14323892. OLE color: 14323892.

HSL color Cylindrical-coordinate representation of color #B490DA: hue angle of 269.19º degrees, saturation: 0.5, 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 #B490DA is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 144 218 -
CMYK 0.17 0.34 0 0.15
HSL 269.19º 0.5% 0.71% -
HSV(B) 269.19º 0.34% 0.85% -
XYZ 41.45 34.71 70.85 -
YUV 163.2 158.93 139.98 -
System Red Green Blue C M Y K H S L
Decimal 180 144 218 0.17 0.34 0 0.15 269.19 0.5 0.71
Hex B4 90 DA 11 22 0 F 10D 32 47
Octal 264 220 332 21 42 0 17 415 62 107
Binary 10110100 10010000 11011010 10001 100010 0 1111 100001101 110010 1000111

Color Harmonies of #B490DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B490DA

Black with #B490DA

Text Example


Text Example

White with #B490DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B490DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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