Html Css Color HEX #B57FDF Biloba Flower

📋 copy color: '#B57FDF'

red 181 ◦ green 127 ◦ blue 223

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

Shades of Biloba Flower #B57FDF

Tints of Biloba Flower #B57FDF

RGB

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

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

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

R = 34.09%
G = 23.92%
B = 42%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B57FDF (or 0xB57FDF) is known color: Biloba Flower. HEX triplet: B5, 7F and DF. RGB value is (181,127,223). Sum of RGB (Red+Green+Blue) = 181+127+223=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #B57FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57FDF is #4A8020. Grayscale: #999999. Windows color (decimal): -4882465 or 14647221. OLE color: 14647221.

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

Color convert

RGB 181 127 223 -
CMYK 0.19 0.43 0 0.13
HSL 273.75º 0.6% 0.69% -
HSV(B) 273.75º 0.43% 0.87% -
XYZ 39.96 30.33 73.56 -
YUV 154.09 166.89 147.19 -
System Red Green Blue C M Y K H S L
Decimal 181 127 223 0.19 0.43 0 0.13 273.75 0.6 0.69
Hex B5 7F DF 13 2B 0 D 112 3C 45
Octal 265 177 337 23 53 0 15 422 74 105
Binary 10110101 1111111 11011111 10011 101011 0 1101 100010010 111100 1000101

Color Harmonies of #B57FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57FDF

Black with #B57FDF

Text Example


Text Example

White with #B57FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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