Html Css Color HEX #B59BD5 Biloba Flower

📋 copy color: '#B59BD5'

red 181 ◦ green 155 ◦ blue 213

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

Shades of Biloba Flower #B59BD5

Tints of Biloba Flower #B59BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.8%

R = 32.97%
G = 28.23%
B = 38.8%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B59BD5 (or 0xB59BD5) is known color: Biloba Flower. HEX triplet: B5, 9B and D5. RGB value is (181,155,213). Sum of RGB (Red+Green+Blue) = 181+155+213=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 213 - color contains mainly: blue. Hex color #B59BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59BD5 is #4A642A. Grayscale: #A9A9A9. Windows color (decimal): -4875307 or 13999029. OLE color: 13999029.

HSL color Cylindrical-coordinate representation of color #B59BD5: hue angle of 266.9º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B59BD5 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 155 213 -
CMYK 0.15 0.27 0 0.16
HSL 266.9º 0.41% 0.72% -
HSV(B) 266.9º 0.27% 0.84% -
XYZ 42.79 38.07 68.04 -
YUV 169.39 152.61 136.28 -
System Red Green Blue C M Y K H S L
Decimal 181 155 213 0.15 0.27 0 0.16 266.9 0.41 0.72
Hex B5 9B D5 F 1B 0 10 10B 29 48
Octal 265 233 325 17 33 0 20 413 51 110
Binary 10110101 10011011 11010101 1111 11011 0 10000 100001011 101001 1001000

Color Harmonies of #B59BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59BD5

Black with #B59BD5

Text Example


Text Example

White with #B59BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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