Html Css Color HEX #B59BDD Biloba Flower

📋 copy color: '#B59BDD'

red 181 ◦ green 155 ◦ blue 221

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

Shades of Biloba Flower #B59BDD

Tints of Biloba Flower #B59BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.83%

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

R = 32.5%
G = 27.83%
B = 39.68%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B59BDD (or 0xB59BDD) is known color: Biloba Flower. HEX triplet: B5, 9B and DD. RGB value is (181,155,221). Sum of RGB (Red+Green+Blue) = 181+155+221=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #B59BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59BDD is #4A6422. Grayscale: #AAAAAA. Windows color (decimal): -4875299 or 14523317. OLE color: 14523317.

HSL color Cylindrical-coordinate representation of color #B59BDD: hue angle of 263.64º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B59BDD is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 155 221 -
CMYK 0.18 0.30 0 0.13
HSL 263.64º 0.49% 0.74% -
HSV(B) 263.64º 0.3% 0.87% -
XYZ 43.83 38.49 73.53 -
YUV 170.3 156.61 135.63 -
System Red Green Blue C M Y K H S L
Decimal 181 155 221 0.18 0.30 0 0.13 263.64 0.49 0.74
Hex B5 9B DD 12 1E 0 D 108 31 4A
Octal 265 233 335 22 36 0 15 410 61 112
Binary 10110101 10011011 11011101 10010 11110 0 1101 100001000 110001 1001010

Color Harmonies of #B59BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59BDD

Black with #B59BDD

Text Example


Text Example

White with #B59BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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