Html Css Color HEX #B372FA Medium Purple

📋 copy color: '#B372FA'

red 179 ◦ green 114 ◦ blue 250

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

Shades of Medium Purple #B372FA

Tints of Medium Purple #B372FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.04%

R = 32.97%
G = 20.99%
B = 46.04%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B372FA (or 0xB372FA) is known color: Medium Purple. HEX triplet: B3, 72 and FA. RGB value is (179,114,250). Sum of RGB (Red+Green+Blue) = 179+114+250=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #B372FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B372FA is #4C8D05. Grayscale: #949494. Windows color (decimal): -5016838 or 16413363. OLE color: 16413363.

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

Color convert

RGB 179 114 250 -
CMYK 0.28 0.54 0 0.02
HSL 268.68º 0.93% 0.71% -
HSV(B) 268.68º 0.54% 0.98% -
XYZ 41.86 28.52 93.74 -
YUV 148.94 185.03 149.44 -
System Red Green Blue C M Y K H S L
Decimal 179 114 250 0.28 0.54 0 0.02 268.68 0.93 0.71
Hex B3 72 FA 1C 36 0 2 10D 5D 47
Octal 263 162 372 34 66 0 2 415 135 107
Binary 10110011 1110010 11111010 11100 110110 0 10 100001101 1011101 1000111

Color Harmonies of #B372FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B372FA

Black with #B372FA

Text Example


Text Example

White with #B372FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B372FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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