Html Css Color HEX #B57FE0 Biloba Flower

📋 copy color: '#B57FE0'

red 181 ◦ green 127 ◦ blue 224

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

Shades of Biloba Flower #B57FE0

Tints of Biloba Flower #B57FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.11%

R = 34.02%
G = 23.87%
B = 42.11%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B57FE0 (or 0xB57FE0) is known color: Biloba Flower. HEX triplet: B5, 7F and E0. RGB value is (181,127,224). Sum of RGB (Red+Green+Blue) = 181+127+224=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 224 (87.89% from 255 or 42.11% from 532); Max value from RGB is 224 - color contains mainly: blue. Hex color #B57FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57FE0 is #4A801F. Grayscale: #999999. Windows color (decimal): -4882464 or 14712757. OLE color: 14712757.

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

Color convert

RGB 181 127 224 -
CMYK 0.19 0.43 0 0.12
HSL 273.4º 0.61% 0.69% -
HSV(B) 273.4º 0.43% 0.88% -
XYZ 40.1 30.38 74.27 -
YUV 154.2 167.39 147.11 -
System Red Green Blue C M Y K H S L
Decimal 181 127 224 0.19 0.43 0 0.12 273.4 0.61 0.69
Hex B5 7F E0 13 2B 0 C 111 3D 45
Octal 265 177 340 23 53 0 14 421 75 105
Binary 10110101 1111111 11100000 10011 101011 0 1100 100010001 111101 1000101

Color Harmonies of #B57FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57FE0

Black with #B57FE0

Text Example


Text Example

White with #B57FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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