Html Css Color HEX #B373FC Medium Purple

📋 copy color: '#B373FC'

red 179 ◦ green 115 ◦ blue 252

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

Shades of Medium Purple #B373FC

Tints of Medium Purple #B373FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.15%

R = 32.78%
G = 21.06%
B = 46.15%

CMYK

 C value IS 0.29

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B373FC (or 0xB373FC) is known color: Medium Purple. HEX triplet: B3, 73 and FC. RGB value is (179,115,252). Sum of RGB (Red+Green+Blue) = 179+115+252=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 115 (45.31% from 255 or 21.06% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #B373FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B373FC is #4C8C03. Grayscale: #959595. Windows color (decimal): -5016580 or 16544691. OLE color: 16544691.

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

Color convert

RGB 179 115 252 -
CMYK 0.29 0.54 0 0.01
HSL 268.03º 0.96% 0.72% -
HSV(B) 268.03º 0.54% 0.99% -
XYZ 42.29 28.87 95.44 -
YUV 149.75 185.7 148.86 -
System Red Green Blue C M Y K H S L
Decimal 179 115 252 0.29 0.54 0 0.01 268.03 0.96 0.72
Hex B3 73 FC 1D 36 0 1 10C 60 48
Octal 263 163 374 35 66 0 1 414 140 110
Binary 10110011 1110011 11111100 11101 110110 0 1 100001100 1100000 1001000

Color Harmonies of #B373FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B373FC

Black with #B373FC

Text Example


Text Example

White with #B373FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B373FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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