Html Css Color HEX #B37AE5 Medium Purple

📋 copy color: '#B37AE5'

red 179 ◦ green 122 ◦ blue 229

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

Shades of Medium Purple #B37AE5

Tints of Medium Purple #B37AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.21%

R = 33.77%
G = 23.02%
B = 43.21%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B37AE5 (or 0xB37AE5) is known color: Medium Purple. HEX triplet: B3, 7A and E5. RGB value is (179,122,229). Sum of RGB (Red+Green+Blue) = 179+122+229=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 229 - color contains mainly: blue. Hex color #B37AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B37AE5 is #4C851A. Grayscale: #969696. Windows color (decimal): -5014811 or 15039155. OLE color: 15039155.

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

Color convert

RGB 179 122 229 -
CMYK 0.22 0.47 0 0.10
HSL 271.96º 0.67% 0.69% -
HSV(B) 271.96º 0.47% 0.9% -
XYZ 39.69 29.16 77.67 -
YUV 151.24 171.88 147.8 -
System Red Green Blue C M Y K H S L
Decimal 179 122 229 0.22 0.47 0 0.10 271.96 0.67 0.69
Hex B3 7A E5 16 2F 0 A 110 43 45
Octal 263 172 345 26 57 0 12 420 103 105
Binary 10110011 1111010 11100101 10110 101111 0 1010 100010000 1000011 1000101

Color Harmonies of #B37AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37AE5

Black with #B37AE5

Text Example


Text Example

White with #B37AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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