Html Css Color HEX #B37AFA Medium Purple

📋 copy color: '#B37AFA'

red 179 ◦ green 122 ◦ blue 250

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

Shades of Medium Purple #B37AFA

Tints of Medium Purple #B37AFA

RGB

 RED value IS 179 (70.31% from 255) = 32.49%

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

 BLUE value IS 250 (98.05% from 255) = 45.37%

R = 32.49%
G = 22.14%
B = 45.37%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B37AFA (or 0xB37AFA) is known color: Medium Purple. HEX triplet: B3, 7A and FA. RGB value is (179,122,250). Sum of RGB (Red+Green+Blue) = 179+122+250=551 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.49% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #B37AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37AFA is #4C8505. Grayscale: #999999. Windows color (decimal): -5014790 or 16415411. OLE color: 16415411.

HSL color Cylindrical-coordinate representation of color #B37AFA: hue angle of 266.72º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B37AFA is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 122 250 -
CMYK 0.28 0.51 0 0.02
HSL 266.72º 0.93% 0.73% -
HSV(B) 266.72º 0.51% 0.98% -
XYZ 42.81 30.4 94.06 -
YUV 153.64 182.38 146.09 -
System Red Green Blue C M Y K H S L
Decimal 179 122 250 0.28 0.51 0 0.02 266.72 0.93 0.73
Hex B3 7A FA 1C 33 0 2 10B 5D 49
Octal 263 172 372 34 63 0 2 413 135 111
Binary 10110011 1111010 11111010 11100 110011 0 10 100001011 1011101 1001001

Color Harmonies of #B37AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37AFA

Black with #B37AFA

Text Example


Text Example

White with #B37AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37AFA; }

 p { color: rgb(179,122,250); }

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

background-color css

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

 a { background-color: rgb(179,122,250); }

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

border-color css

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

 span { border-color: rgb(179,122,250); }

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