Html Css Color HEX #B490D7 Biloba Flower

📋 copy color: '#B490D7'

red 180 ◦ green 144 ◦ blue 215

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

Shades of Biloba Flower #B490D7

Tints of Biloba Flower #B490D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.89%

R = 33.4%
G = 26.72%
B = 39.89%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B490D7 (or 0xB490D7) is known color: Biloba Flower. HEX triplet: B4, 90 and D7. RGB value is (180,144,215). Sum of RGB (Red+Green+Blue) = 180+144+215=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 215 - color contains mainly: blue. Hex color #B490D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490D7 is #4B6F28. Grayscale: #A2A2A2. Windows color (decimal): -4943657 or 14127284. OLE color: 14127284.

HSL color Cylindrical-coordinate representation of color #B490D7: hue angle of 270.42º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B490D7 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 144 215 -
CMYK 0.16 0.33 0 0.16
HSL 270.42º 0.47% 0.7% -
HSV(B) 270.42º 0.33% 0.84% -
XYZ 41.06 34.56 68.8 -
YUV 162.86 157.43 140.23 -
System Red Green Blue C M Y K H S L
Decimal 180 144 215 0.16 0.33 0 0.16 270.42 0.47 0.7
Hex B4 90 D7 10 21 0 10 10E 2F 46
Octal 264 220 327 20 41 0 20 416 57 106
Binary 10110100 10010000 11010111 10000 100001 0 10000 100001110 101111 1000110

Color Harmonies of #B490D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B490D7

Black with #B490D7

Text Example


Text Example

White with #B490D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B490D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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