Html Css Color HEX #B373EF Medium Purple

📋 copy color: '#B373EF'

red 179 ◦ green 115 ◦ blue 239

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

Shades of Medium Purple #B373EF

Tints of Medium Purple #B373EF

RGB

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

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

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

R = 33.58%
G = 21.58%
B = 44.84%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B373EF (or 0xB373EF) is known color: Medium Purple. HEX triplet: B3, 73 and EF. RGB value is (179,115,239). Sum of RGB (Red+Green+Blue) = 179+115+239=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #B373EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B373EF is #4C8C10. Grayscale: #939393. Windows color (decimal): -5016593 or 15692723. OLE color: 15692723.

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

Color convert

RGB 179 115 239 -
CMYK 0.25 0.52 0 0.06
HSL 270.97º 0.79% 0.69% -
HSV(B) 270.97º 0.52% 0.94% -
XYZ 40.3 28.08 84.96 -
YUV 148.27 179.2 149.92 -
System Red Green Blue C M Y K H S L
Decimal 179 115 239 0.25 0.52 0 0.06 270.97 0.79 0.69
Hex B3 73 EF 19 34 0 6 10F 4F 45
Octal 263 163 357 31 64 0 6 417 117 105
Binary 10110011 1110011 11101111 11001 110100 0 110 100001111 1001111 1000101

Color Harmonies of #B373EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B373EF

Black with #B373EF

Text Example


Text Example

White with #B373EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B373EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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