Html Css Color HEX #B370F3 Medium Purple

📋 copy color: '#B370F3'

red 179 ◦ green 112 ◦ blue 243

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

Shades of Medium Purple #B370F3

Tints of Medium Purple #B370F3

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.97%

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

R = 33.52%
G = 20.97%
B = 45.51%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B370F3 (or 0xB370F3) is known color: Medium Purple. HEX triplet: B3, 70 and F3. RGB value is (179,112,243). Sum of RGB (Red+Green+Blue) = 179+112+243=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 243 (95.31% from 255 or 45.51% from 534); Max value from RGB is 243 - color contains mainly: blue. Hex color #B370F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B370F3 is #4C8F0C. Grayscale: #929292. Windows color (decimal): -5017357 or 15954099. OLE color: 15954099.

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

Color convert

RGB 179 112 243 -
CMYK 0.26 0.54 0 0.05
HSL 270.69º 0.85% 0.7% -
HSV(B) 270.69º 0.54% 0.95% -
XYZ 40.56 27.64 87.99 -
YUV 146.97 182.2 150.85 -
System Red Green Blue C M Y K H S L
Decimal 179 112 243 0.26 0.54 0 0.05 270.69 0.85 0.7
Hex B3 70 F3 1A 36 0 5 10F 55 46
Octal 263 160 363 32 66 0 5 417 125 106
Binary 10110011 1110000 11110011 11010 110110 0 101 100001111 1010101 1000110

Color Harmonies of #B370F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B370F3

Black with #B370F3

Text Example


Text Example

White with #B370F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B370F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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