Html Css Color HEX #B37AF0 Medium Purple

📋 copy color: '#B37AF0'

red 179 ◦ green 122 ◦ blue 240

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

Shades of Medium Purple #B37AF0

Tints of Medium Purple #B37AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.36%

R = 33.09%
G = 22.55%
B = 44.36%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B37AF0 (or 0xB37AF0) is known color: Medium Purple. HEX triplet: B3, 7A and F0. RGB value is (179,122,240). Sum of RGB (Red+Green+Blue) = 179+122+240=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: blue. Hex color #B37AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37AF0 is #4C850F. Grayscale: #989898. Windows color (decimal): -5014800 or 15760051. OLE color: 15760051.

HSL color Cylindrical-coordinate representation of color #B37AF0: hue angle of 268.98º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B37AF0 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 122 240 -
CMYK 0.25 0.49 0 0.06
HSL 268.98º 0.8% 0.71% -
HSV(B) 268.98º 0.49% 0.94% -
XYZ 41.28 29.79 86.01 -
YUV 152.5 177.38 146.91 -
System Red Green Blue C M Y K H S L
Decimal 179 122 240 0.25 0.49 0 0.06 268.98 0.8 0.71
Hex B3 7A F0 19 31 0 6 10D 50 47
Octal 263 172 360 31 61 0 6 415 120 107
Binary 10110011 1111010 11110000 11001 110001 0 110 100001101 1010000 1000111

Color Harmonies of #B37AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37AF0

Black with #B37AF0

Text Example


Text Example

White with #B37AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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