Html Css Color HEX #B57AF7 Medium Purple

📋 copy color: '#B57AF7'

red 181 ◦ green 122 ◦ blue 247

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

Shades of Medium Purple #B57AF7

Tints of Medium Purple #B57AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.91%

R = 32.91%
G = 22.18%
B = 44.91%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B57AF7 (or 0xB57AF7) is known color: Medium Purple. HEX triplet: B5, 7A and F7. RGB value is (181,122,247). Sum of RGB (Red+Green+Blue) = 181+122+247=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #B57AF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57AF7 is #4A8508. Grayscale: #999999. Windows color (decimal): -4883721 or 16218805. OLE color: 16218805.

HSL color Cylindrical-coordinate representation of color #B57AF7: hue angle of 268.32º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B57AF7 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 122 247 -
CMYK 0.27 0.51 0 0.03
HSL 268.32º 0.89% 0.72% -
HSV(B) 268.32º 0.51% 0.97% -
XYZ 42.8 30.46 91.62 -
YUV 153.89 180.55 147.34 -
System Red Green Blue C M Y K H S L
Decimal 181 122 247 0.27 0.51 0 0.03 268.32 0.89 0.72
Hex B5 7A F7 1B 33 0 3 10C 59 48
Octal 265 172 367 33 63 0 3 414 131 110
Binary 10110101 1111010 11110111 11011 110011 0 11 100001100 1011001 1001000

Color Harmonies of #B57AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57AF7

Black with #B57AF7

Text Example


Text Example

White with #B57AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57AF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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