Html Css Color HEX #B57CDD Biloba Flower

📋 copy color: '#B57CDD'

red 181 ◦ green 124 ◦ blue 221

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

Shades of Biloba Flower #B57CDD

Tints of Biloba Flower #B57CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.57%

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

R = 34.41%
G = 23.57%
B = 42.02%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B57CDD (or 0xB57CDD) is known color: Biloba Flower. HEX triplet: B5, 7C and DD. RGB value is (181,124,221). Sum of RGB (Red+Green+Blue) = 181+124+221=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #B57CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57CDD is #4A8322. Grayscale: #979797. Windows color (decimal): -4883235 or 14515381. OLE color: 14515381.

HSL color Cylindrical-coordinate representation of color #B57CDD: hue angle of 275.26º degrees, saturation: 0.59, 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 #B57CDD is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 124 221 -
CMYK 0.18 0.44 0 0.13
HSL 275.26º 0.59% 0.68% -
HSV(B) 275.26º 0.44% 0.87% -
XYZ 39.31 29.46 72.02 -
YUV 152.1 166.88 148.61 -
System Red Green Blue C M Y K H S L
Decimal 181 124 221 0.18 0.44 0 0.13 275.26 0.59 0.68
Hex B5 7C DD 12 2C 0 D 113 3B 44
Octal 265 174 335 22 54 0 15 423 73 104
Binary 10110101 1111100 11011101 10010 101100 0 1101 100010011 111011 1000100

Color Harmonies of #B57CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57CDD

Black with #B57CDD

Text Example


Text Example

White with #B57CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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