Html Css Color HEX #B59BDA Biloba Flower

📋 copy color: '#B59BDA'

red 181 ◦ green 155 ◦ blue 218

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

Shades of Biloba Flower #B59BDA

Tints of Biloba Flower #B59BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.35%

R = 32.67%
G = 27.98%
B = 39.35%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B59BDA (or 0xB59BDA) is known color: Biloba Flower. HEX triplet: B5, 9B and DA. RGB value is (181,155,218). Sum of RGB (Red+Green+Blue) = 181+155+218=554 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.67% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #B59BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59BDA is #4A6425. Grayscale: #A9A9A9. Windows color (decimal): -4875302 or 14326709. OLE color: 14326709.

HSL color Cylindrical-coordinate representation of color #B59BDA: hue angle of 264.76º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B59BDA is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 155 218 -
CMYK 0.17 0.29 0 0.15
HSL 264.76º 0.46% 0.73% -
HSV(B) 264.76º 0.29% 0.85% -
XYZ 43.43 38.33 71.44 -
YUV 169.96 155.11 135.88 -
System Red Green Blue C M Y K H S L
Decimal 181 155 218 0.17 0.29 0 0.15 264.76 0.46 0.73
Hex B5 9B DA 11 1D 0 F 109 2E 49
Octal 265 233 332 21 35 0 17 411 56 111
Binary 10110101 10011011 11011010 10001 11101 0 1111 100001001 101110 1001001

Color Harmonies of #B59BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59BDA

Black with #B59BDA

Text Example


Text Example

White with #B59BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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