Html Css Color HEX #B372F7 Medium Purple

📋 copy color: '#B372F7'

red 179 ◦ green 114 ◦ blue 247

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

Shades of Medium Purple #B372F7

Tints of Medium Purple #B372F7

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.11%

 BLUE value IS 247 (96.88% from 255) = 45.74%

R = 33.15%
G = 21.11%
B = 45.74%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B372F7 (or 0xB372F7) is known color: Medium Purple. HEX triplet: B3, 72 and F7. RGB value is (179,114,247). Sum of RGB (Red+Green+Blue) = 179+114+247=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 247 (96.88% from 255 or 45.74% from 540); Max value from RGB is 247 - color contains mainly: blue. Hex color #B372F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B372F7 is #4C8D08. Grayscale: #949494. Windows color (decimal): -5016841 or 16216755. OLE color: 16216755.

HSL color Cylindrical-coordinate representation of color #B372F7: hue angle of 269.32º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B372F7 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 179 114 247 -
CMYK 0.28 0.54 0 0.03
HSL 269.32º 0.89% 0.71% -
HSV(B) 269.32º 0.54% 0.97% -
XYZ 41.4 28.33 91.28 -
YUV 148.6 183.53 149.69 -
System Red Green Blue C M Y K H S L
Decimal 179 114 247 0.28 0.54 0 0.03 269.32 0.89 0.71
Hex B3 72 F7 1C 36 0 3 10D 59 47
Octal 263 162 367 34 66 0 3 415 131 107
Binary 10110011 1110010 11110111 11100 110110 0 11 100001101 1011001 1000111

Color Harmonies of #B372F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B372F7

Black with #B372F7

Text Example


Text Example

White with #B372F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B372F7; }

 p { color: rgb(179,114,247); }

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

background-color css

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

 a { background-color: rgb(179,114,247); }

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

border-color css

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

 span { border-color: rgb(179,114,247); }

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