Html Css Color HEX #B373E6 Medium Purple

📋 copy color: '#B373E6'

red 179 ◦ green 115 ◦ blue 230

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

Shades of Medium Purple #B373E6

Tints of Medium Purple #B373E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.89%

R = 34.16%
G = 21.95%
B = 43.89%

CMYK

 C value IS 0.22

 M value IS 0.5

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B373E6 (or 0xB373E6) is known color: Medium Purple. HEX triplet: B3, 73 and E6. RGB value is (179,115,230). Sum of RGB (Red+Green+Blue) = 179+115+230=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #B373E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B373E6 is #4C8C19. Grayscale: #929292. Windows color (decimal): -5016602 or 15102899. OLE color: 15102899.

HSL color Cylindrical-coordinate representation of color #B373E6: hue angle of 273.39º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B373E6 is Cyan = 0.22, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 179 115 230 -
CMYK 0.22 0.5 0 0.10
HSL 273.39º 0.7% 0.68% -
HSV(B) 273.39º 0.5% 0.9% -
XYZ 39 27.56 78.13 -
YUV 147.25 174.7 150.65 -
System Red Green Blue C M Y K H S L
Decimal 179 115 230 0.22 0.5 0 0.10 273.39 0.7 0.68
Hex B3 73 E6 16 32 0 A 111 46 44
Octal 263 163 346 26 62 0 12 421 106 104
Binary 10110011 1110011 11100110 10110 110010 0 1010 100010001 1000110 1000100

Color Harmonies of #B373E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B373E6

Black with #B373E6

Text Example


Text Example

White with #B373E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B373E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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