Html Css Color HEX #B59BED Biloba Flower

📋 copy color: '#B59BED'

red 181 ◦ green 155 ◦ blue 237

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

Shades of Biloba Flower #B59BED

Tints of Biloba Flower #B59BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.36%

R = 31.59%
G = 27.05%
B = 41.36%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B59BED (or 0xB59BED) is known color: Biloba Flower. HEX triplet: B5, 9B and ED. RGB value is (181,155,237). Sum of RGB (Red+Green+Blue) = 181+155+237=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 237 - color contains mainly: blue. Hex color #B59BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59BED is #4A6412. Grayscale: #ABABAB. Windows color (decimal): -4875283 or 15571893. OLE color: 15571893.

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

Color convert

RGB 181 155 237 -
CMYK 0.24 0.35 0 0.07
HSL 259.02º 0.69% 0.77% -
HSV(B) 259.02º 0.35% 0.93% -
XYZ 46.06 39.38 85.29 -
YUV 172.12 164.61 134.33 -
System Red Green Blue C M Y K H S L
Decimal 181 155 237 0.24 0.35 0 0.07 259.02 0.69 0.77
Hex B5 9B ED 18 23 0 7 103 45 4D
Octal 265 233 355 30 43 0 7 403 105 115
Binary 10110101 10011011 11101101 11000 100011 0 111 100000011 1000101 1001101

Color Harmonies of #B59BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59BED

Black with #B59BED

Text Example


Text Example

White with #B59BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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