Html Css Color HEX #B590FA Biloba Flower

📋 copy color: '#B590FA'

red 181 ◦ green 144 ◦ blue 250

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

Shades of Biloba Flower #B590FA

Tints of Biloba Flower #B590FA

RGB

 RED value IS 181 (71.09% from 255) = 31.48%

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

 BLUE value IS 250 (98.05% from 255) = 43.48%

R = 31.48%
G = 25.04%
B = 43.48%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B590FA (or 0xB590FA) is known color: Biloba Flower. HEX triplet: B5, 90 and FA. RGB value is (181,144,250). Sum of RGB (Red+Green+Blue) = 181+144+250=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #B590FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B590FA is #4A6F05. Grayscale: #A6A6A6. Windows color (decimal): -4878086 or 16421045. OLE color: 16421045.

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

Color convert

RGB 181 144 250 -
CMYK 0.28 0.42 0 0.02
HSL 260.94º 0.91% 0.77% -
HSV(B) 260.94º 0.42% 0.98% -
XYZ 46.28 36.67 95.08 -
YUV 167.15 174.76 137.88 -
System Red Green Blue C M Y K H S L
Decimal 181 144 250 0.28 0.42 0 0.02 260.94 0.91 0.77
Hex B5 90 FA 1C 2A 0 2 105 5B 4D
Octal 265 220 372 34 52 0 2 405 133 115
Binary 10110101 10010000 11111010 11100 101010 0 10 100000101 1011011 1001101

Color Harmonies of #B590FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B590FA

Black with #B590FA

Text Example


Text Example

White with #B590FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B590FA; }

 p { color: rgb(181,144,250); }

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

background-color css

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

 a { background-color: rgb(181,144,250); }

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

border-color css

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

 span { border-color: rgb(181,144,250); }

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