Html Css Color HEX #B373EE Medium Purple

📋 copy color: '#B373EE'

red 179 ◦ green 115 ◦ blue 238

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

Shades of Medium Purple #B373EE

Tints of Medium Purple #B373EE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.62%

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

R = 33.65%
G = 21.62%
B = 44.74%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B373EE (or 0xB373EE) is known color: Medium Purple. HEX triplet: B3, 73 and EE. RGB value is (179,115,238). Sum of RGB (Red+Green+Blue) = 179+115+238=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #B373EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B373EE is #4C8C11. Grayscale: #939393. Windows color (decimal): -5016594 or 15627187. OLE color: 15627187.

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

Color convert

RGB 179 115 238 -
CMYK 0.25 0.52 0 0.07
HSL 271.22º 0.78% 0.69% -
HSV(B) 271.22º 0.52% 0.93% -
XYZ 40.15 28.02 84.18 -
YUV 148.16 178.7 150 -
System Red Green Blue C M Y K H S L
Decimal 179 115 238 0.25 0.52 0 0.07 271.22 0.78 0.69
Hex B3 73 EE 19 34 0 7 10F 4E 45
Octal 263 163 356 31 64 0 7 417 116 105
Binary 10110011 1110011 11101110 11001 110100 0 111 100001111 1001110 1000101

Color Harmonies of #B373EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B373EE

Black with #B373EE

Text Example


Text Example

White with #B373EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B373EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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