Html Css Color HEX #B591FA Biloba Flower

📋 copy color: '#B591FA'

red 181 ◦ green 145 ◦ blue 250

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

Shades of Biloba Flower #B591FA

Tints of Biloba Flower #B591FA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.17%

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

R = 31.42%
G = 25.17%
B = 43.4%

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

#B591FA (or 0xB591FA) is known color: Biloba Flower. HEX triplet: B5, 91 and FA. RGB value is (181,145,250). Sum of RGB (Red+Green+Blue) = 181+145+250=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #B591FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B591FA is #4A6E05. Grayscale: #A7A7A7. Windows color (decimal): -4877830 or 16421301. OLE color: 16421301.

HSL color Cylindrical-coordinate representation of color #B591FA: hue angle of 260.57º 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 #B591FA is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 145 250 -
CMYK 0.28 0.42 0 0.02
HSL 260.57º 0.91% 0.77% -
HSV(B) 260.57º 0.42% 0.98% -
XYZ 46.44 36.98 95.13 -
YUV 167.73 174.43 137.46 -
System Red Green Blue C M Y K H S L
Decimal 181 145 250 0.28 0.42 0 0.02 260.57 0.91 0.77
Hex B5 91 FA 1C 2A 0 2 105 5B 4D
Octal 265 221 372 34 52 0 2 405 133 115
Binary 10110101 10010001 11111010 11100 101010 0 10 100000101 1011011 1001101

Color Harmonies of #B591FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B591FA

Black with #B591FA

Text Example


Text Example

White with #B591FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B591FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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