Html Css Color HEX #B37AF3 Medium Purple

📋 copy color: '#B37AF3'

red 179 ◦ green 122 ◦ blue 243

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

Shades of Medium Purple #B37AF3

Tints of Medium Purple #B37AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 44.67%

R = 32.9%
G = 22.43%
B = 44.67%

CMYK

 C value IS 0.26

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B37AF3 (or 0xB37AF3) is known color: Medium Purple. HEX triplet: B3, 7A and F3. RGB value is (179,122,243). Sum of RGB (Red+Green+Blue) = 179+122+243=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 243 (95.31% from 255 or 44.67% from 544); Max value from RGB is 243 - color contains mainly: blue. Hex color #B37AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37AF3 is #4C850C. Grayscale: #989898. Windows color (decimal): -5014797 or 15956659. OLE color: 15956659.

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

Color convert

RGB 179 122 243 -
CMYK 0.26 0.50 0 0.05
HSL 268.26º 0.83% 0.72% -
HSV(B) 268.26º 0.5% 0.95% -
XYZ 41.73 29.97 88.38 -
YUV 152.84 178.88 146.66 -
System Red Green Blue C M Y K H S L
Decimal 179 122 243 0.26 0.50 0 0.05 268.26 0.83 0.72
Hex B3 7A F3 1A 32 0 5 10C 53 48
Octal 263 172 363 32 62 0 5 414 123 110
Binary 10110011 1111010 11110011 11010 110010 0 101 100001100 1010011 1001000

Color Harmonies of #B37AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37AF3

Black with #B37AF3

Text Example


Text Example

White with #B37AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37AF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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