Html Css Color HEX #B373FD Medium Purple

📋 copy color: '#B373FD'

red 179 ◦ green 115 ◦ blue 253

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

Shades of Medium Purple #B373FD

Tints of Medium Purple #B373FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.25%

R = 32.72%
G = 21.02%
B = 46.25%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B373FD (or 0xB373FD) is known color: Medium Purple. HEX triplet: B3, 73 and FD. RGB value is (179,115,253). Sum of RGB (Red+Green+Blue) = 179+115+253=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #B373FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B373FD is #4C8C02. Grayscale: #959595. Windows color (decimal): -5016579 or 16610227. OLE color: 16610227.

HSL color Cylindrical-coordinate representation of color #B373FD: hue angle of 267.83º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B373FD is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 179 115 253 -
CMYK 0.29 0.55 0 0.01
HSL 267.83º 0.97% 0.72% -
HSV(B) 267.83º 0.55% 0.99% -
XYZ 42.45 28.94 96.28 -
YUV 149.87 186.2 148.78 -
System Red Green Blue C M Y K H S L
Decimal 179 115 253 0.29 0.55 0 0.01 267.83 0.97 0.72
Hex B3 73 FD 1D 37 0 1 10C 61 48
Octal 263 163 375 35 67 0 1 414 141 110
Binary 10110011 1110011 11111101 11101 110111 0 1 100001100 1100001 1001000

Color Harmonies of #B373FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B373FD

Black with #B373FD

Text Example


Text Example

White with #B373FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B373FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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