Html Css Color HEX #B585DF Biloba Flower

📋 copy color: '#B585DF'

red 181 ◦ green 133 ◦ blue 223

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

Shades of Biloba Flower #B585DF

Tints of Biloba Flower #B585DF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.77%

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

R = 33.71%
G = 24.77%
B = 41.53%

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

#B585DF (or 0xB585DF) is known color: Biloba Flower. HEX triplet: B5, 85 and DF. RGB value is (181,133,223). Sum of RGB (Red+Green+Blue) = 181+133+223=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #B585DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B585DF is #4A7A20. Grayscale: #9D9D9D. Windows color (decimal): -4880929 or 14648757. OLE color: 14648757.

HSL color Cylindrical-coordinate representation of color #B585DF: hue angle of 272º 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 #B585DF is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 133 223 -
CMYK 0.19 0.40 0 0.13
HSL 272º 0.58% 0.7% -
HSV(B) 272º 0.4% 0.87% -
XYZ 40.76 31.93 73.83 -
YUV 157.61 164.9 144.68 -
System Red Green Blue C M Y K H S L
Decimal 181 133 223 0.19 0.40 0 0.13 272 0.58 0.7
Hex B5 85 DF 13 28 0 D 110 3A 46
Octal 265 205 337 23 50 0 15 420 72 106
Binary 10110101 10000101 11011111 10011 101000 0 1101 100010000 111010 1000110

Color Harmonies of #B585DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B585DF

Black with #B585DF

Text Example


Text Example

White with #B585DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B585DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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