Html Css Color HEX #B490DD Biloba Flower

📋 copy color: '#B490DD'

red 180 ◦ green 144 ◦ blue 221

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

Shades of Biloba Flower #B490DD

Tints of Biloba Flower #B490DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.55%

R = 33.03%
G = 26.42%
B = 40.55%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B490DD (or 0xB490DD) is known color: Biloba Flower. HEX triplet: B4, 90 and DD. RGB value is (180,144,221). Sum of RGB (Red+Green+Blue) = 180+144+221=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #B490DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490DD is #4B6F22. Grayscale: #A3A3A3. Windows color (decimal): -4943651 or 14520500. OLE color: 14520500.

HSL color Cylindrical-coordinate representation of color #B490DD: hue angle of 268.05º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B490DD is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 144 221 -
CMYK 0.19 0.35 0 0.13
HSL 268.05º 0.53% 0.72% -
HSV(B) 268.05º 0.35% 0.87% -
XYZ 41.85 34.87 72.93 -
YUV 163.54 160.43 139.74 -
System Red Green Blue C M Y K H S L
Decimal 180 144 221 0.19 0.35 0 0.13 268.05 0.53 0.72
Hex B4 90 DD 13 23 0 D 10C 35 48
Octal 264 220 335 23 43 0 15 414 65 110
Binary 10110100 10010000 11011101 10011 100011 0 1101 100001100 110101 1001000

Color Harmonies of #B490DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B490DD

Black with #B490DD

Text Example


Text Example

White with #B490DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B490DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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