Html Css Color HEX #B370FD Medium Purple

📋 copy color: '#B370FD'

red 179 ◦ green 112 ◦ blue 253

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

Shades of Medium Purple #B370FD

Tints of Medium Purple #B370FD

RGB

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

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

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

R = 32.9%
G = 20.59%
B = 46.51%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B370FD (or 0xB370FD) is known color: Medium Purple. HEX triplet: B3, 70 and FD. RGB value is (179,112,253). Sum of RGB (Red+Green+Blue) = 179+112+253=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #B370FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B370FD is #4C8F02. Grayscale: #939393. Windows color (decimal): -5017347 or 16609459. OLE color: 16609459.

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

Color convert

RGB 179 112 253 -
CMYK 0.29 0.56 0 0.01
HSL 268.51º 0.97% 0.72% -
HSV(B) 268.51º 0.56% 0.99% -
XYZ 42.11 28.26 96.16 -
YUV 148.11 187.2 150.04 -
System Red Green Blue C M Y K H S L
Decimal 179 112 253 0.29 0.56 0 0.01 268.51 0.97 0.72
Hex B3 70 FD 1D 38 0 1 10D 61 48
Octal 263 160 375 35 70 0 1 415 141 110
Binary 10110011 1110000 11111101 11101 111000 0 1 100001101 1100001 1001000

Color Harmonies of #B370FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B370FD

Black with #B370FD

Text Example


Text Example

White with #B370FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B370FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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