Html Css Color HEX #B490F1 Biloba Flower

📋 copy color: '#B490F1'

red 180 ◦ green 144 ◦ blue 241

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

Shades of Biloba Flower #B490F1

Tints of Biloba Flower #B490F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.65%

R = 31.86%
G = 25.49%
B = 42.65%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B490F1 (or 0xB490F1) is known color: Biloba Flower. HEX triplet: B4, 90 and F1. RGB value is (180,144,241). Sum of RGB (Red+Green+Blue) = 180+144+241=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #B490F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B490F1 is #4B6F0E. Grayscale: #A5A5A5. Windows color (decimal): -4943631 or 15831220. OLE color: 15831220.

HSL color Cylindrical-coordinate representation of color #B490F1: hue angle of 262.27º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B490F1 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 144 241 -
CMYK 0.25 0.40 0 0.05
HSL 262.27º 0.78% 0.75% -
HSV(B) 262.27º 0.4% 0.95% -
XYZ 44.67 36 87.81 -
YUV 165.82 170.43 138.11 -
System Red Green Blue C M Y K H S L
Decimal 180 144 241 0.25 0.40 0 0.05 262.27 0.78 0.75
Hex B4 90 F1 19 28 0 5 106 4E 4B
Octal 264 220 361 31 50 0 5 406 116 113
Binary 10110100 10010000 11110001 11001 101000 0 101 100000110 1001110 1001011

Color Harmonies of #B490F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B490F1

Black with #B490F1

Text Example


Text Example

White with #B490F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B490F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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