Html Css Color HEX #B37AED Medium Purple

📋 copy color: '#B37AED'

red 179 ◦ green 122 ◦ blue 237

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

Shades of Medium Purple #B37AED

Tints of Medium Purple #B37AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.05%

R = 33.27%
G = 22.68%
B = 44.05%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B37AED (or 0xB37AED) is known color: Medium Purple. HEX triplet: B3, 7A and ED. RGB value is (179,122,237). Sum of RGB (Red+Green+Blue) = 179+122+237=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #B37AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37AED is #4C8512. Grayscale: #979797. Windows color (decimal): -5014803 or 15563443. OLE color: 15563443.

HSL color Cylindrical-coordinate representation of color #B37AED: hue angle of 269.74º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B37AED is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 122 237 -
CMYK 0.24 0.49 0 0.07
HSL 269.74º 0.76% 0.7% -
HSV(B) 269.74º 0.49% 0.93% -
XYZ 40.84 29.62 83.69 -
YUV 152.15 175.88 147.15 -
System Red Green Blue C M Y K H S L
Decimal 179 122 237 0.24 0.49 0 0.07 269.74 0.76 0.7
Hex B3 7A ED 18 31 0 7 10E 4C 46
Octal 263 172 355 30 61 0 7 416 114 106
Binary 10110011 1111010 11101101 11000 110001 0 111 100001110 1001100 1000110

Color Harmonies of #B37AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37AED

Black with #B37AED

Text Example


Text Example

White with #B37AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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