Html Css Color HEX #B57FDC Biloba Flower

📋 copy color: '#B57FDC'

red 181 ◦ green 127 ◦ blue 220

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

Shades of Biloba Flower #B57FDC

Tints of Biloba Flower #B57FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 24.05%

 BLUE value IS 220 (86.33% from 255) = 41.67%

R = 34.28%
G = 24.05%
B = 41.67%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B57FDC (or 0xB57FDC) is known color: Biloba Flower. HEX triplet: B5, 7F and DC. RGB value is (181,127,220). Sum of RGB (Red+Green+Blue) = 181+127+220=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #B57FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57FDC is #4A8023. Grayscale: #999999. Windows color (decimal): -4882468 or 14450613. OLE color: 14450613.

HSL color Cylindrical-coordinate representation of color #B57FDC: hue angle of 274.84º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B57FDC is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 127 220 -
CMYK 0.18 0.42 0 0.14
HSL 274.84º 0.57% 0.68% -
HSV(B) 274.84º 0.42% 0.86% -
XYZ 39.56 30.17 71.45 -
YUV 153.75 165.39 147.44 -
System Red Green Blue C M Y K H S L
Decimal 181 127 220 0.18 0.42 0 0.14 274.84 0.57 0.68
Hex B5 7F DC 12 2A 0 E 113 39 44
Octal 265 177 334 22 52 0 16 423 71 104
Binary 10110101 1111111 11011100 10010 101010 0 1110 100010011 111001 1000100

Color Harmonies of #B57FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57FDC

Black with #B57FDC

Text Example


Text Example

White with #B57FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57FDC; }

 p { color: rgb(181,127,220); }

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

background-color css

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

 a { background-color: rgb(181,127,220); }

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

border-color css

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

 span { border-color: rgb(181,127,220); }

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