Html Css Color HEX #B57CEA Biloba Flower

📋 copy color: '#B57CEA'

red 181 ◦ green 124 ◦ blue 234

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

Shades of Biloba Flower #B57CEA

Tints of Biloba Flower #B57CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.41%

R = 33.58%
G = 23.01%
B = 43.41%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B57CEA (or 0xB57CEA) is known color: Biloba Flower. HEX triplet: B5, 7C and EA. RGB value is (181,124,234). Sum of RGB (Red+Green+Blue) = 181+124+234=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #B57CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57CEA is #4A8315. Grayscale: #999999. Windows color (decimal): -4883222 or 15367349. OLE color: 15367349.

HSL color Cylindrical-coordinate representation of color #B57CEA: hue angle of 271.09º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B57CEA is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 124 234 -
CMYK 0.23 0.47 0 0.08
HSL 271.09º 0.72% 0.7% -
HSV(B) 271.09º 0.47% 0.92% -
XYZ 41.11 30.18 81.5 -
YUV 153.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 181 124 234 0.23 0.47 0 0.08 271.09 0.72 0.7
Hex B5 7C EA 17 2F 0 8 10F 48 46
Octal 265 174 352 27 57 0 10 417 110 106
Binary 10110101 1111100 11101010 10111 101111 0 1000 100001111 1001000 1000110

Color Harmonies of #B57CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57CEA

Black with #B57CEA

Text Example


Text Example

White with #B57CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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