Html Css Color HEX #B57DDD Biloba Flower

📋 copy color: '#B57DDD'

red 181 ◦ green 125 ◦ blue 221

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

Shades of Biloba Flower #B57DDD

Tints of Biloba Flower #B57DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 34.35%
G = 23.72%
B = 41.94%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B57DDD (or 0xB57DDD) is known color: Biloba Flower. HEX triplet: B5, 7D and DD. RGB value is (181,125,221). Sum of RGB (Red+Green+Blue) = 181+125+221=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #B57DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57DDD is #4A8222. Grayscale: #989898. Windows color (decimal): -4882979 or 14515637. OLE color: 14515637.

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

Color convert

RGB 181 125 221 -
CMYK 0.18 0.43 0 0.13
HSL 275º 0.59% 0.68% -
HSV(B) 275º 0.43% 0.87% -
XYZ 39.44 29.71 72.06 -
YUV 152.69 166.55 148.19 -
System Red Green Blue C M Y K H S L
Decimal 181 125 221 0.18 0.43 0 0.13 275 0.59 0.68
Hex B5 7D DD 12 2B 0 D 113 3B 44
Octal 265 175 335 22 53 0 15 423 73 104
Binary 10110101 1111101 11011101 10010 101011 0 1101 100010011 111011 1000100

Color Harmonies of #B57DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57DDD

Black with #B57DDD

Text Example


Text Example

White with #B57DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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