Html Css Color HEX #B59BEC Biloba Flower

📋 copy color: '#B59BEC'

red 181 ◦ green 155 ◦ blue 236

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

Shades of Biloba Flower #B59BEC

Tints of Biloba Flower #B59BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.26%

R = 31.64%
G = 27.1%
B = 41.26%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B59BEC (or 0xB59BEC) is known color: Biloba Flower. HEX triplet: B5, 9B and EC. RGB value is (181,155,236). Sum of RGB (Red+Green+Blue) = 181+155+236=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #B59BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59BEC is #4A6413. Grayscale: #ABABAB. Windows color (decimal): -4875284 or 15506357. OLE color: 15506357.

HSL color Cylindrical-coordinate representation of color #B59BEC: hue angle of 259.26º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B59BEC is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 155 236 -
CMYK 0.23 0.34 0 0.07
HSL 259.26º 0.68% 0.77% -
HSV(B) 259.26º 0.34% 0.93% -
XYZ 45.92 39.32 84.53 -
YUV 172.01 164.11 134.41 -
System Red Green Blue C M Y K H S L
Decimal 181 155 236 0.23 0.34 0 0.07 259.26 0.68 0.77
Hex B5 9B EC 17 22 0 7 103 44 4D
Octal 265 233 354 27 42 0 7 403 104 115
Binary 10110101 10011011 11101100 10111 100010 0 111 100000011 1000100 1001101

Color Harmonies of #B59BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59BEC

Black with #B59BEC

Text Example


Text Example

White with #B59BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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