Html Css Color HEX #B371EE Medium Purple

📋 copy color: '#B371EE'

red 179 ◦ green 113 ◦ blue 238

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

Shades of Medium Purple #B371EE

Tints of Medium Purple #B371EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.91%

R = 33.77%
G = 21.32%
B = 44.91%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B371EE (or 0xB371EE) is known color: Medium Purple. HEX triplet: B3, 71 and EE. RGB value is (179,113,238). Sum of RGB (Red+Green+Blue) = 179+113+238=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 113 (44.53% from 255 or 21.32% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #B371EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B371EE is #4C8E11. Grayscale: #929292. Windows color (decimal): -5017106 or 15626675. OLE color: 15626675.

HSL color Cylindrical-coordinate representation of color #B371EE: hue angle of 271.68º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B371EE is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 113 238 -
CMYK 0.25 0.53 0 0.07
HSL 271.68º 0.79% 0.69% -
HSV(B) 271.68º 0.53% 0.93% -
XYZ 39.93 27.57 84.11 -
YUV 146.98 179.37 150.84 -
System Red Green Blue C M Y K H S L
Decimal 179 113 238 0.25 0.53 0 0.07 271.68 0.79 0.69
Hex B3 71 EE 19 35 0 7 110 4F 45
Octal 263 161 356 31 65 0 7 420 117 105
Binary 10110011 1110001 11101110 11001 110101 0 111 100010000 1001111 1000101

Color Harmonies of #B371EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B371EE

Black with #B371EE

Text Example


Text Example

White with #B371EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B371EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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