Html Css Color HEX #B57AE7 Biloba Flower

📋 copy color: '#B57AE7'

red 181 ◦ green 122 ◦ blue 231

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

Shades of Biloba Flower #B57AE7

Tints of Biloba Flower #B57AE7

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.85%

 BLUE value IS 231 (90.63% from 255) = 43.26%

R = 33.9%
G = 22.85%
B = 43.26%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B57AE7 (or 0xB57AE7) is known color: Biloba Flower. HEX triplet: B5, 7A and E7. RGB value is (181,122,231). Sum of RGB (Red+Green+Blue) = 181+122+231=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #B57AE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57AE7 is #4A8518. Grayscale: #979797. Windows color (decimal): -4883737 or 15170229. OLE color: 15170229.

HSL color Cylindrical-coordinate representation of color #B57AE7: hue angle of 272.48º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B57AE7 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 122 231 -
CMYK 0.22 0.47 0 0.09
HSL 272.48º 0.69% 0.69% -
HSV(B) 272.48º 0.47% 0.91% -
XYZ 40.44 29.51 79.17 -
YUV 152.07 172.55 148.64 -
System Red Green Blue C M Y K H S L
Decimal 181 122 231 0.22 0.47 0 0.09 272.48 0.69 0.69
Hex B5 7A E7 16 2F 0 9 110 45 45
Octal 265 172 347 26 57 0 11 420 105 105
Binary 10110101 1111010 11100111 10110 101111 0 1001 100010000 1000101 1000101

Color Harmonies of #B57AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57AE7

Black with #B57AE7

Text Example


Text Example

White with #B57AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57AE7; }

 p { color: rgb(181,122,231); }

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

background-color css

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

 a { background-color: rgb(181,122,231); }

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

border-color css

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

 span { border-color: rgb(181,122,231); }

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