Html Css Color HEX #B375F3 Medium Purple

📋 copy color: '#B375F3'

red 179 ◦ green 117 ◦ blue 243

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

Shades of Medium Purple #B375F3

Tints of Medium Purple #B375F3

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.71%

 BLUE value IS 243 (95.31% from 255) = 45.08%

R = 33.21%
G = 21.71%
B = 45.08%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B375F3 (or 0xB375F3) is known color: Medium Purple. HEX triplet: B3, 75 and F3. RGB value is (179,117,243). Sum of RGB (Red+Green+Blue) = 179+117+243=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 243 (95.31% from 255 or 45.08% from 539); Max value from RGB is 243 - color contains mainly: blue. Hex color #B375F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B375F3 is #4C8A0C. Grayscale: #959595. Windows color (decimal): -5016077 or 15955379. OLE color: 15955379.

HSL color Cylindrical-coordinate representation of color #B375F3: hue angle of 269.52º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B375F3 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 117 243 -
CMYK 0.26 0.52 0 0.05
HSL 269.52º 0.84% 0.71% -
HSV(B) 269.52º 0.52% 0.95% -
XYZ 41.13 28.78 88.18 -
YUV 149.9 180.54 148.75 -
System Red Green Blue C M Y K H S L
Decimal 179 117 243 0.26 0.52 0 0.05 269.52 0.84 0.71
Hex B3 75 F3 1A 34 0 5 10E 54 47
Octal 263 165 363 32 64 0 5 416 124 107
Binary 10110011 1110101 11110011 11010 110100 0 101 100001110 1010100 1000111

Color Harmonies of #B375F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B375F3

Black with #B375F3

Text Example


Text Example

White with #B375F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B375F3; }

 p { color: rgb(179,117,243); }

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

background-color css

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

 a { background-color: rgb(179,117,243); }

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

border-color css

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

 span { border-color: rgb(179,117,243); }

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