Html Css Color HEX #B586DF Biloba Flower

📋 copy color: '#B586DF'

red 181 ◦ green 134 ◦ blue 223

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

Shades of Biloba Flower #B586DF

Tints of Biloba Flower #B586DF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.91%

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 33.64%
G = 24.91%
B = 41.45%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B586DF (or 0xB586DF) is known color: Biloba Flower. HEX triplet: B5, 86 and DF. RGB value is (181,134,223). Sum of RGB (Red+Green+Blue) = 181+134+223=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 134 (52.73% from 255 or 24.91% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #B586DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B586DF is #4A7920. Grayscale: #9D9D9D. Windows color (decimal): -4880673 or 14649013. OLE color: 14649013.

HSL color Cylindrical-coordinate representation of color #B586DF: hue angle of 271.69º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B586DF is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 134 223 -
CMYK 0.19 0.40 0 0.13
HSL 271.69º 0.58% 0.7% -
HSV(B) 271.69º 0.4% 0.87% -
XYZ 40.9 32.2 73.87 -
YUV 158.2 164.57 144.26 -
System Red Green Blue C M Y K H S L
Decimal 181 134 223 0.19 0.40 0 0.13 271.69 0.58 0.7
Hex B5 86 DF 13 28 0 D 110 3A 46
Octal 265 206 337 23 50 0 15 420 72 106
Binary 10110101 10000110 11011111 10011 101000 0 1101 100010000 111010 1000110

Color Harmonies of #B586DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B586DF

Black with #B586DF

Text Example


Text Example

White with #B586DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B586DF; }

 p { color: rgb(181,134,223); }

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

background-color css

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

 a { background-color: rgb(181,134,223); }

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

border-color css

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

 span { border-color: rgb(181,134,223); }

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