Html Css Color HEX #B490E2 Biloba Flower

📋 copy color: '#B490E2'

red 180 ◦ green 144 ◦ blue 226

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

Shades of Biloba Flower #B490E2

Tints of Biloba Flower #B490E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 41.09%

R = 32.73%
G = 26.18%
B = 41.09%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B490E2 (or 0xB490E2) is known color: Biloba Flower. HEX triplet: B4, 90 and E2. RGB value is (180,144,226). Sum of RGB (Red+Green+Blue) = 180+144+226=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 226 (88.67% from 255 or 41.09% from 550); Max value from RGB is 226 - color contains mainly: blue. Hex color #B490E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B490E2 is #4B6F1D. Grayscale: #A3A3A3. Windows color (decimal): -4943646 or 14848180. OLE color: 14848180.

HSL color Cylindrical-coordinate representation of color #B490E2: hue angle of 266.34º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B490E2 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 180 144 226 -
CMYK 0.20 0.36 0 0.11
HSL 266.34º 0.59% 0.73% -
HSV(B) 266.34º 0.36% 0.89% -
XYZ 42.52 35.14 76.49 -
YUV 164.11 162.93 139.33 -
System Red Green Blue C M Y K H S L
Decimal 180 144 226 0.20 0.36 0 0.11 266.34 0.59 0.73
Hex B4 90 E2 14 24 0 B 10A 3B 49
Octal 264 220 342 24 44 0 13 412 73 111
Binary 10110100 10010000 11100010 10100 100100 0 1011 100001010 111011 1001001

Color Harmonies of #B490E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B490E2

Black with #B490E2

Text Example


Text Example

White with #B490E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B490E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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