Html Css Color HEX #B59BDF Biloba Flower

📋 copy color: '#B59BDF'

red 181 ◦ green 155 ◦ blue 223

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

Shades of Biloba Flower #B59BDF

Tints of Biloba Flower #B59BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.89%

R = 32.38%
G = 27.73%
B = 39.89%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B59BDF (or 0xB59BDF) is known color: Biloba Flower. HEX triplet: B5, 9B and DF. RGB value is (181,155,223). Sum of RGB (Red+Green+Blue) = 181+155+223=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #B59BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59BDF is #4A6420. Grayscale: #AAAAAA. Windows color (decimal): -4875297 or 14654389. OLE color: 14654389.

HSL color Cylindrical-coordinate representation of color #B59BDF: hue angle of 262.94º degrees, saturation: 0.52, 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 #B59BDF is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 155 223 -
CMYK 0.19 0.30 0 0.13
HSL 262.94º 0.52% 0.74% -
HSV(B) 262.94º 0.3% 0.87% -
XYZ 44.1 38.59 74.94 -
YUV 170.53 157.61 135.47 -
System Red Green Blue C M Y K H S L
Decimal 181 155 223 0.19 0.30 0 0.13 262.94 0.52 0.74
Hex B5 9B DF 13 1E 0 D 107 34 4A
Octal 265 233 337 23 36 0 15 407 64 112
Binary 10110101 10011011 11011111 10011 11110 0 1101 100000111 110100 1001010

Color Harmonies of #B59BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59BDF

Black with #B59BDF

Text Example


Text Example

White with #B59BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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