Html Css Color HEX #B570F5 Medium Purple

📋 copy color: '#B570F5'

red 181 ◦ green 112 ◦ blue 245

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

Shades of Medium Purple #B570F5

Tints of Medium Purple #B570F5

RGB

 RED value IS 181 (71.09% from 255) = 33.64%

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

 BLUE value IS 245 (96.09% from 255) = 45.54%

R = 33.64%
G = 20.82%
B = 45.54%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B570F5 (or 0xB570F5) is known color: Medium Purple. HEX triplet: B5, 70 and F5. RGB value is (181,112,245). Sum of RGB (Red+Green+Blue) = 181+112+245=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 245 (96.09% from 255 or 45.54% from 538); Max value from RGB is 245 - color contains mainly: blue. Hex color #B570F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B570F5 is #4A8F0A. Grayscale: #939393. Windows color (decimal): -4886283 or 16085173. OLE color: 16085173.

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

Color convert

RGB 181 112 245 -
CMYK 0.26 0.54 0 0.04
HSL 271.13º 0.87% 0.7% -
HSV(B) 271.13º 0.54% 0.96% -
XYZ 41.33 28 89.61 -
YUV 147.79 182.86 151.69 -
System Red Green Blue C M Y K H S L
Decimal 181 112 245 0.26 0.54 0 0.04 271.13 0.87 0.7
Hex B5 70 F5 1A 36 0 4 10F 57 46
Octal 265 160 365 32 66 0 4 417 127 106
Binary 10110101 1110000 11110101 11010 110110 0 100 100001111 1010111 1000110

Color Harmonies of #B570F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B570F5

Black with #B570F5

Text Example


Text Example

White with #B570F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B570F5; }

 p { color: rgb(181,112,245); }

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

background-color css

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

 a { background-color: rgb(181,112,245); }

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

border-color css

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

 span { border-color: rgb(181,112,245); }

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