Html Css Color HEX #B57AF6 Medium Purple

📋 copy color: '#B57AF6'

red 181 ◦ green 122 ◦ blue 246

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

Shades of Medium Purple #B57AF6

Tints of Medium Purple #B57AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.81%

R = 32.97%
G = 22.22%
B = 44.81%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B57AF6 (or 0xB57AF6) is known color: Medium Purple. HEX triplet: B5, 7A and F6. RGB value is (181,122,246). Sum of RGB (Red+Green+Blue) = 181+122+246=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 246 (96.48% from 255 or 44.81% from 549); Max value from RGB is 246 - color contains mainly: blue. Hex color #B57AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57AF6 is #4A8509. Grayscale: #999999. Windows color (decimal): -4883722 or 16153269. OLE color: 16153269.

HSL color Cylindrical-coordinate representation of color #B57AF6: hue angle of 268.55º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B57AF6 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 122 246 -
CMYK 0.26 0.50 0 0.04
HSL 268.55º 0.87% 0.72% -
HSV(B) 268.55º 0.5% 0.96% -
XYZ 42.65 30.4 90.81 -
YUV 153.78 180.05 147.42 -
System Red Green Blue C M Y K H S L
Decimal 181 122 246 0.26 0.50 0 0.04 268.55 0.87 0.72
Hex B5 7A F6 1A 32 0 4 10D 57 48
Octal 265 172 366 32 62 0 4 415 127 110
Binary 10110101 1111010 11110110 11010 110010 0 100 100001101 1010111 1001000

Color Harmonies of #B57AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57AF6

Black with #B57AF6

Text Example


Text Example

White with #B57AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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