Html Css Color HEX #B372FF Medium Purple

📋 copy color: '#B372FF'

red 179 ◦ green 114 ◦ blue 255

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

Shades of Medium Purple #B372FF

Tints of Medium Purple #B372FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.53%

R = 32.66%
G = 20.8%
B = 46.53%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B372FF (or 0xB372FF) is known color: Medium Purple. HEX triplet: B3, 72 and FF. RGB value is (179,114,255). Sum of RGB (Red+Green+Blue) = 179+114+255=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 114 (44.92% from 255 or 20.80% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #B372FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B372FF is #4C8D00. Grayscale: #959595. Windows color (decimal): -5016833 or 16741043. OLE color: 16741043.

HSL color Cylindrical-coordinate representation of color #B372FF: hue angle of 267.66º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B372FF is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 114 255 -
CMYK 0.30 0.55 0 0
HSL 267.66º 1% 0.72% -
HSV(B) 267.66º 0.55% 1% -
XYZ 42.66 28.84 97.93 -
YUV 149.51 187.53 149.04 -
System Red Green Blue C M Y K H S L
Decimal 179 114 255 0.30 0.55 0 0 267.66 1 0.72
Hex B3 72 FF 1E 37 0 0 10C 64 48
Octal 263 162 377 36 67 0 0 414 144 110
Binary 10110011 1110010 11111111 11110 110111 0 0 100001100 1100100 1001000

Color Harmonies of #B372FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B372FF

Black with #B372FF

Text Example


Text Example

White with #B372FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B372FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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