Html Css Color HEX #B371EC Medium Purple

📋 copy color: '#B371EC'

red 179 ◦ green 113 ◦ blue 236

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

Shades of Medium Purple #B371EC

Tints of Medium Purple #B371EC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.4%

 BLUE value IS 236 (92.58% from 255) = 44.7%

R = 33.9%
G = 21.4%
B = 44.7%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B371EC (or 0xB371EC) is known color: Medium Purple. HEX triplet: B3, 71 and EC. RGB value is (179,113,236). Sum of RGB (Red+Green+Blue) = 179+113+236=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 113 (44.53% from 255 or 21.40% from 528); Blue value is 236 (92.58% from 255 or 44.70% from 528); Max value from RGB is 236 - color contains mainly: blue. Hex color #B371EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B371EC is #4C8E13. Grayscale: #929292. Windows color (decimal): -5017108 or 15495603. OLE color: 15495603.

HSL color Cylindrical-coordinate representation of color #B371EC: hue angle of 272.2º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B371EC is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 113 236 -
CMYK 0.24 0.52 0 0.07
HSL 272.2º 0.76% 0.68% -
HSV(B) 272.2º 0.52% 0.93% -
XYZ 39.64 27.45 82.57 -
YUV 146.76 178.37 151 -
System Red Green Blue C M Y K H S L
Decimal 179 113 236 0.24 0.52 0 0.07 272.2 0.76 0.68
Hex B3 71 EC 18 34 0 7 110 4C 44
Octal 263 161 354 30 64 0 7 420 114 104
Binary 10110011 1110001 11101100 11000 110100 0 111 100010000 1001100 1000100

Color Harmonies of #B371EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B371EC

Black with #B371EC

Text Example


Text Example

White with #B371EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B371EC; }

 p { color: rgb(179,113,236); }

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

background-color css

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

 a { background-color: rgb(179,113,236); }

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

border-color css

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

 span { border-color: rgb(179,113,236); }

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