Html Css Color HEX #B59FEA Biloba Flower

📋 copy color: '#B59FEA'

red 181 ◦ green 159 ◦ blue 234

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

Shades of Biloba Flower #B59FEA

Tints of Biloba Flower #B59FEA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.7%

 BLUE value IS 234 (91.8% from 255) = 40.77%

R = 31.53%
G = 27.7%
B = 40.77%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B59FEA (or 0xB59FEA) is known color: Biloba Flower. HEX triplet: B5, 9F and EA. RGB value is (181,159,234). Sum of RGB (Red+Green+Blue) = 181+159+234=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #B59FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B59FEA is #4A6015. Grayscale: #ADADAD. Windows color (decimal): -4874262 or 15376309. OLE color: 15376309.

HSL color Cylindrical-coordinate representation of color #B59FEA: hue angle of 257.6º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B59FEA is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 159 234 -
CMYK 0.23 0.32 0 0.08
HSL 257.6º 0.64% 0.77% -
HSV(B) 257.6º 0.32% 0.92% -
XYZ 46.31 40.56 83.23 -
YUV 174.13 161.79 132.9 -
System Red Green Blue C M Y K H S L
Decimal 181 159 234 0.23 0.32 0 0.08 257.6 0.64 0.77
Hex B5 9F EA 17 20 0 8 102 40 4D
Octal 265 237 352 27 40 0 10 402 100 115
Binary 10110101 10011111 11101010 10111 100000 0 1000 100000010 1000000 1001101

Color Harmonies of #B59FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59FEA

Black with #B59FEA

Text Example


Text Example

White with #B59FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59FEA; }

 p { color: rgb(181,159,234); }

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

background-color css

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

 a { background-color: rgb(181,159,234); }

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

border-color css

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

 span { border-color: rgb(181,159,234); }

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