Html Css Color HEX #B373EA Medium Purple

📋 copy color: '#B373EA'

red 179 ◦ green 115 ◦ blue 234

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

Shades of Medium Purple #B373EA

Tints of Medium Purple #B373EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.32%

R = 33.9%
G = 21.78%
B = 44.32%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B373EA (or 0xB373EA) is known color: Medium Purple. HEX triplet: B3, 73 and EA. RGB value is (179,115,234). Sum of RGB (Red+Green+Blue) = 179+115+234=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #B373EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B373EA is #4C8C15. Grayscale: #939393. Windows color (decimal): -5016598 or 15365043. OLE color: 15365043.

HSL color Cylindrical-coordinate representation of color #B373EA: hue angle of 272.27º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B373EA is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 115 234 -
CMYK 0.24 0.51 0 0.08
HSL 272.27º 0.74% 0.68% -
HSV(B) 272.27º 0.51% 0.92% -
XYZ 39.57 27.79 81.12 -
YUV 147.7 176.7 150.32 -
System Red Green Blue C M Y K H S L
Decimal 179 115 234 0.24 0.51 0 0.08 272.27 0.74 0.68
Hex B3 73 EA 18 33 0 8 110 4A 44
Octal 263 163 352 30 63 0 10 420 112 104
Binary 10110011 1110011 11101010 11000 110011 0 1000 100010000 1001010 1000100

Color Harmonies of #B373EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B373EA

Black with #B373EA

Text Example


Text Example

White with #B373EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B373EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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