Html Css Color HEX #B590FF Biloba Flower

📋 copy color: '#B590FF'

red 181 ◦ green 144 ◦ blue 255

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

Shades of Biloba Flower #B590FF

Tints of Biloba Flower #B590FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.97%

R = 31.21%
G = 24.83%
B = 43.97%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B590FF (or 0xB590FF) is known color: Biloba Flower. HEX triplet: B5, 90 and FF. RGB value is (181,144,255). Sum of RGB (Red+Green+Blue) = 181+144+255=580 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.21% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #B590FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B590FF is #4A6F00. Grayscale: #A7A7A7. Windows color (decimal): -4878081 or 16748725. OLE color: 16748725.

HSL color Cylindrical-coordinate representation of color #B590FF: hue angle of 260º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B590FF is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 144 255 -
CMYK 0.29 0.44 0 0
HSL 260º 1% 0.78% -
HSV(B) 260º 0.44% 1% -
XYZ 47.08 36.99 99.27 -
YUV 167.72 177.26 137.47 -
System Red Green Blue C M Y K H S L
Decimal 181 144 255 0.29 0.44 0 0 260 1 0.78
Hex B5 90 FF 1D 2C 0 0 104 64 4E
Octal 265 220 377 35 54 0 0 404 144 116
Binary 10110101 10010000 11111111 11101 101100 0 0 100000100 1100100 1001110

Color Harmonies of #B590FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B590FF

Black with #B590FF

Text Example


Text Example

White with #B590FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B590FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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