Html Css Color HEX #B59DE1 Biloba Flower

📋 copy color: '#B59DE1'

red 181 ◦ green 157 ◦ blue 225

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

Shades of Biloba Flower #B59DE1

Tints of Biloba Flower #B59DE1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.89%

 BLUE value IS 225 (88.28% from 255) = 39.96%

R = 32.15%
G = 27.89%
B = 39.96%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B59DE1 (or 0xB59DE1) is known color: Biloba Flower. HEX triplet: B5, 9D and E1. RGB value is (181,157,225). Sum of RGB (Red+Green+Blue) = 181+157+225=563 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.15% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 225 (88.28% from 255 or 39.96% from 563); Max value from RGB is 225 - color contains mainly: blue. Hex color #B59DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59DE1 is #4A621E. Grayscale: #ABABAB. Windows color (decimal): -4874783 or 14785973. OLE color: 14785973.

HSL color Cylindrical-coordinate representation of color #B59DE1: hue angle of 261.18º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B59DE1 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 181 157 225 -
CMYK 0.20 0.30 0 0.12
HSL 261.18º 0.53% 0.75% -
HSV(B) 261.18º 0.3% 0.88% -
XYZ 44.7 39.37 76.48 -
YUV 171.93 157.95 134.47 -
System Red Green Blue C M Y K H S L
Decimal 181 157 225 0.20 0.30 0 0.12 261.18 0.53 0.75
Hex B5 9D E1 14 1E 0 C 105 35 4B
Octal 265 235 341 24 36 0 14 405 65 113
Binary 10110101 10011101 11100001 10100 11110 0 1100 100000101 110101 1001011

Color Harmonies of #B59DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59DE1

Black with #B59DE1

Text Example


Text Example

White with #B59DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59DE1; }

 p { color: rgb(181,157,225); }

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

background-color css

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

 a { background-color: rgb(181,157,225); }

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

border-color css

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

 span { border-color: rgb(181,157,225); }

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