Html Css Color HEX #B57CE0 Biloba Flower

📋 copy color: '#B57CE0'

red 181 ◦ green 124 ◦ blue 224

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

Shades of Biloba Flower #B57CE0

Tints of Biloba Flower #B57CE0

RGB

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

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

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

R = 34.22%
G = 23.44%
B = 42.34%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B57CE0 (or 0xB57CE0) is known color: Biloba Flower. HEX triplet: B5, 7C and E0. RGB value is (181,124,224). Sum of RGB (Red+Green+Blue) = 181+124+224=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 124 (48.83% from 255 or 23.44% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #B57CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57CE0 is #4A831F. Grayscale: #989898. Windows color (decimal): -4883232 or 14711989. OLE color: 14711989.

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

Color convert

RGB 181 124 224 -
CMYK 0.19 0.45 0 0.12
HSL 274.2º 0.62% 0.68% -
HSV(B) 274.2º 0.45% 0.88% -
XYZ 39.72 29.62 74.15 -
YUV 152.44 168.38 148.37 -
System Red Green Blue C M Y K H S L
Decimal 181 124 224 0.19 0.45 0 0.12 274.2 0.62 0.68
Hex B5 7C E0 13 2D 0 C 112 3E 44
Octal 265 174 340 23 55 0 14 422 76 104
Binary 10110101 1111100 11100000 10011 101101 0 1100 100010010 111110 1000100

Color Harmonies of #B57CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57CE0

Black with #B57CE0

Text Example


Text Example

White with #B57CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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