Html Css Color HEX #B591DD Biloba Flower

📋 copy color: '#B591DD'

red 181 ◦ green 145 ◦ blue 221

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

Shades of Biloba Flower #B591DD

Tints of Biloba Flower #B591DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 33.09%
G = 26.51%
B = 40.4%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B591DD (or 0xB591DD) is known color: Biloba Flower. HEX triplet: B5, 91 and DD. RGB value is (181,145,221). Sum of RGB (Red+Green+Blue) = 181+145+221=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 145 (57.03% from 255 or 26.51% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #B591DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B591DD is #4A6E22. Grayscale: #A4A4A4. Windows color (decimal): -4877859 or 14520757. OLE color: 14520757.

HSL color Cylindrical-coordinate representation of color #B591DD: hue angle of 268.42º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B591DD is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 145 221 -
CMYK 0.18 0.34 0 0.13
HSL 268.42º 0.53% 0.72% -
HSV(B) 268.42º 0.34% 0.87% -
XYZ 42.23 35.3 72.99 -
YUV 164.43 159.93 139.82 -
System Red Green Blue C M Y K H S L
Decimal 181 145 221 0.18 0.34 0 0.13 268.42 0.53 0.72
Hex B5 91 DD 12 22 0 D 10C 35 48
Octal 265 221 335 22 42 0 15 414 65 110
Binary 10110101 10010001 11011101 10010 100010 0 1101 100001100 110101 1001000

Color Harmonies of #B591DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B591DD

Black with #B591DD

Text Example


Text Example

White with #B591DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B591DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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