Html Css Color HEX #B591FF Biloba Flower

📋 copy color: '#B591FF'

red 181 ◦ green 145 ◦ blue 255

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

Shades of Biloba Flower #B591FF

Tints of Biloba Flower #B591FF

RGB

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

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

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

R = 31.15%
G = 24.96%
B = 43.89%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B591FF (or 0xB591FF) is known color: Biloba Flower. HEX triplet: B5, 91 and FF. RGB value is (181,145,255). Sum of RGB (Red+Green+Blue) = 181+145+255=581 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.15% from 581); Green value is 145 (57.03% from 255 or 24.96% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #B591FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B591FF is #4A6E00. Grayscale: #A7A7A7. Windows color (decimal): -4877825 or 16748981. OLE color: 16748981.

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

Color convert

RGB 181 145 255 -
CMYK 0.29 0.43 0 0
HSL 259.64º 1% 0.78% -
HSV(B) 259.64º 0.43% 1% -
XYZ 47.23 37.29 99.32 -
YUV 168.3 176.93 137.06 -
System Red Green Blue C M Y K H S L
Decimal 181 145 255 0.29 0.43 0 0 259.64 1 0.78
Hex B5 91 FF 1D 2B 0 0 104 64 4E
Octal 265 221 377 35 53 0 0 404 144 116
Binary 10110101 10010001 11111111 11101 101011 0 0 100000100 1100100 1001110

Color Harmonies of #B591FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B591FF

Black with #B591FF

Text Example


Text Example

White with #B591FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B591FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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