Html Css Color HEX #B490F0 Biloba Flower

📋 copy color: '#B490F0'

red 180 ◦ green 144 ◦ blue 240

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

Shades of Biloba Flower #B490F0

Tints of Biloba Flower #B490F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.55%

R = 31.91%
G = 25.53%
B = 42.55%

CMYK

 C value IS 0.25

 M value IS 0.4

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B490F0 (or 0xB490F0) is known color: Biloba Flower. HEX triplet: B4, 90 and F0. RGB value is (180,144,240). Sum of RGB (Red+Green+Blue) = 180+144+240=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #B490F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B490F0 is #4B6F0F. Grayscale: #A5A5A5. Windows color (decimal): -4943632 or 15765684. OLE color: 15765684.

HSL color Cylindrical-coordinate representation of color #B490F0: hue angle of 262.5º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B490F0 is Cyan = 0.25, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 144 240 -
CMYK 0.25 0.4 0 0.06
HSL 262.5º 0.76% 0.75% -
HSV(B) 262.5º 0.4% 0.94% -
XYZ 44.52 35.94 87.03 -
YUV 165.71 169.93 138.19 -
System Red Green Blue C M Y K H S L
Decimal 180 144 240 0.25 0.4 0 0.06 262.5 0.76 0.75
Hex B4 90 F0 19 28 0 6 106 4C 4B
Octal 264 220 360 31 50 0 6 406 114 113
Binary 10110100 10010000 11110000 11001 101000 0 110 100000110 1001100 1001011

Color Harmonies of #B490F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B490F0

Black with #B490F0

Text Example


Text Example

White with #B490F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B490F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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