Html Css Color HEX #B59AF1 Biloba Flower

📋 copy color: '#B59AF1'

red 181 ◦ green 154 ◦ blue 241

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

Shades of Biloba Flower #B59AF1

Tints of Biloba Flower #B59AF1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.74%

 BLUE value IS 241 (94.53% from 255) = 41.84%

R = 31.42%
G = 26.74%
B = 41.84%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B59AF1 (or 0xB59AF1) is known color: Biloba Flower. HEX triplet: B5, 9A and F1. RGB value is (181,154,241). Sum of RGB (Red+Green+Blue) = 181+154+241=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #B59AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59AF1 is #4A650E. Grayscale: #ABABAB. Windows color (decimal): -4875535 or 15833781. OLE color: 15833781.

HSL color Cylindrical-coordinate representation of color #B59AF1: hue angle of 258.62º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B59AF1 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 154 241 -
CMYK 0.25 0.36 0 0.05
HSL 258.62º 0.76% 0.77% -
HSV(B) 258.62º 0.36% 0.95% -
XYZ 46.49 39.29 88.35 -
YUV 171.99 166.95 134.43 -
System Red Green Blue C M Y K H S L
Decimal 181 154 241 0.25 0.36 0 0.05 258.62 0.76 0.77
Hex B5 9A F1 19 24 0 5 103 4C 4D
Octal 265 232 361 31 44 0 5 403 114 115
Binary 10110101 10011010 11110001 11001 100100 0 101 100000011 1001100 1001101

Color Harmonies of #B59AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59AF1

Black with #B59AF1

Text Example


Text Example

White with #B59AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59AF1; }

 p { color: rgb(181,154,241); }

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

background-color css

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

 a { background-color: rgb(181,154,241); }

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

border-color css

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

 span { border-color: rgb(181,154,241); }

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