Html Css Color HEX #B58DDF Biloba Flower

📋 copy color: '#B58DDF'

red 181 ◦ green 141 ◦ blue 223

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

Shades of Biloba Flower #B58DDF

Tints of Biloba Flower #B58DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.87%

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

R = 33.21%
G = 25.87%
B = 40.92%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B58DDF (or 0xB58DDF) is known color: Biloba Flower. HEX triplet: B5, 8D and DF. RGB value is (181,141,223). Sum of RGB (Red+Green+Blue) = 181+141+223=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #B58DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58DDF is #4A7220. Grayscale: #A2A2A2. Windows color (decimal): -4878881 or 14650805. OLE color: 14650805.

HSL color Cylindrical-coordinate representation of color #B58DDF: hue angle of 269.27º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B58DDF is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 141 223 -
CMYK 0.19 0.37 0 0.13
HSL 269.27º 0.56% 0.71% -
HSV(B) 269.27º 0.37% 0.87% -
XYZ 41.9 34.2 74.21 -
YUV 162.31 162.25 141.33 -
System Red Green Blue C M Y K H S L
Decimal 181 141 223 0.19 0.37 0 0.13 269.27 0.56 0.71
Hex B5 8D DF 13 25 0 D 10D 38 47
Octal 265 215 337 23 45 0 15 415 70 107
Binary 10110101 10001101 11011111 10011 100101 0 1101 100001101 111000 1000111

Color Harmonies of #B58DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58DDF

Black with #B58DDF

Text Example


Text Example

White with #B58DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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