Html Css Color HEX #B490FB Biloba Flower

📋 copy color: '#B490FB'

red 180 ◦ green 144 ◦ blue 251

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

Shades of Biloba Flower #B490FB

Tints of Biloba Flower #B490FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.65%

R = 31.3%
G = 25.04%
B = 43.65%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B490FB (or 0xB490FB) is known color: Biloba Flower. HEX triplet: B4, 90 and FB. RGB value is (180,144,251). Sum of RGB (Red+Green+Blue) = 180+144+251=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #B490FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B490FB is #4B6F04. Grayscale: #A6A6A6. Windows color (decimal): -4943621 or 16486580. OLE color: 16486580.

HSL color Cylindrical-coordinate representation of color #B490FB: hue angle of 260.19º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B490FB is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 144 251 -
CMYK 0.28 0.43 0 0.02
HSL 260.19º 0.93% 0.77% -
HSV(B) 260.19º 0.43% 0.98% -
XYZ 46.21 36.61 95.9 -
YUV 166.96 175.43 137.3 -
System Red Green Blue C M Y K H S L
Decimal 180 144 251 0.28 0.43 0 0.02 260.19 0.93 0.77
Hex B4 90 FB 1C 2B 0 2 104 5D 4D
Octal 264 220 373 34 53 0 2 404 135 115
Binary 10110100 10010000 11111011 11100 101011 0 10 100000100 1011101 1001101

Color Harmonies of #B490FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B490FB

Black with #B490FB

Text Example


Text Example

White with #B490FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B490FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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