Html Css Color HEX #B376FF Medium Purple

📋 copy color: '#B376FF'

red 179 ◦ green 118 ◦ blue 255

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

Shades of Medium Purple #B376FF

Tints of Medium Purple #B376FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.38%

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

R = 32.43%
G = 21.38%
B = 46.2%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B376FF (or 0xB376FF) is known color: Medium Purple. HEX triplet: B3, 76 and FF. RGB value is (179,118,255). Sum of RGB (Red+Green+Blue) = 179+118+255=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 118 (46.48% from 255 or 21.38% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #B376FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B376FF is #4C8900. Grayscale: #979797. Windows color (decimal): -5015809 or 16742067. OLE color: 16742067.

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

Color convert

RGB 179 118 255 -
CMYK 0.30 0.54 0 0
HSL 266.72º 1% 0.73% -
HSV(B) 266.72º 0.54% 1% -
XYZ 43.12 29.76 98.08 -
YUV 151.86 186.21 147.36 -
System Red Green Blue C M Y K H S L
Decimal 179 118 255 0.30 0.54 0 0 266.72 1 0.73
Hex B3 76 FF 1E 36 0 0 10B 64 49
Octal 263 166 377 36 66 0 0 413 144 111
Binary 10110011 1110110 11111111 11110 110110 0 0 100001011 1100100 1001001

Color Harmonies of #B376FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B376FF

Black with #B376FF

Text Example


Text Example

White with #B376FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B376FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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