Html Css Color HEX #B376EF Medium Purple

📋 copy color: '#B376EF'

red 179 ◦ green 118 ◦ blue 239

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

Shades of Medium Purple #B376EF

Tints of Medium Purple #B376EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.59%

R = 33.4%
G = 22.01%
B = 44.59%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B376EF (or 0xB376EF) is known color: Medium Purple. HEX triplet: B3, 76 and EF. RGB value is (179,118,239). Sum of RGB (Red+Green+Blue) = 179+118+239=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #B376EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B376EF is #4C8910. Grayscale: #959595. Windows color (decimal): -5015825 or 15693491. OLE color: 15693491.

HSL color Cylindrical-coordinate representation of color #B376EF: hue angle of 270.25º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B376EF is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 118 239 -
CMYK 0.25 0.51 0 0.06
HSL 270.25º 0.79% 0.7% -
HSV(B) 270.25º 0.51% 0.94% -
XYZ 40.65 28.77 85.07 -
YUV 150.03 178.21 148.66 -
System Red Green Blue C M Y K H S L
Decimal 179 118 239 0.25 0.51 0 0.06 270.25 0.79 0.7
Hex B3 76 EF 19 33 0 6 10E 4F 46
Octal 263 166 357 31 63 0 6 416 117 106
Binary 10110011 1110110 11101111 11001 110011 0 110 100001110 1001111 1000110

Color Harmonies of #B376EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B376EF

Black with #B376EF

Text Example


Text Example

White with #B376EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B376EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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