Html Css Color HEX #B57DDF Biloba Flower

📋 copy color: '#B57DDF'

red 181 ◦ green 125 ◦ blue 223

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

Shades of Biloba Flower #B57DDF

Tints of Biloba Flower #B57DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.63%

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

R = 34.22%
G = 23.63%
B = 42.16%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B57DDF (or 0xB57DDF) is known color: Biloba Flower. HEX triplet: B5, 7D and DF. RGB value is (181,125,223). Sum of RGB (Red+Green+Blue) = 181+125+223=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #B57DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57DDF is #4A8220. Grayscale: #989898. Windows color (decimal): -4882977 or 14646709. OLE color: 14646709.

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

Color convert

RGB 181 125 223 -
CMYK 0.19 0.44 0 0.13
HSL 274.29º 0.6% 0.68% -
HSV(B) 274.29º 0.44% 0.87% -
XYZ 39.71 29.82 73.47 -
YUV 152.92 167.55 148.03 -
System Red Green Blue C M Y K H S L
Decimal 181 125 223 0.19 0.44 0 0.13 274.29 0.6 0.68
Hex B5 7D DF 13 2C 0 D 112 3C 44
Octal 265 175 337 23 54 0 15 422 74 104
Binary 10110101 1111101 11011111 10011 101100 0 1101 100010010 111100 1000100

Color Harmonies of #B57DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57DDF

Black with #B57DDF

Text Example


Text Example

White with #B57DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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