Html Css Color HEX #B570F0 Medium Purple

📋 copy color: '#B570F0'

red 181 ◦ green 112 ◦ blue 240

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

Shades of Medium Purple #B570F0

Tints of Medium Purple #B570F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.03%

R = 33.96%
G = 21.01%
B = 45.03%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B570F0 (or 0xB570F0) is known color: Medium Purple. HEX triplet: B5, 70 and F0. RGB value is (181,112,240). Sum of RGB (Red+Green+Blue) = 181+112+240=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 240 (94.14% from 255 or 45.03% from 533); Max value from RGB is 240 - color contains mainly: blue. Hex color #B570F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B570F0 is #4A8F0F. Grayscale: #929292. Windows color (decimal): -4886288 or 15757493. OLE color: 15757493.

HSL color Cylindrical-coordinate representation of color #B570F0: hue angle of 272.34º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B570F0 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 112 240 -
CMYK 0.25 0.53 0 0.06
HSL 272.34º 0.81% 0.69% -
HSV(B) 272.34º 0.53% 0.94% -
XYZ 40.58 27.7 85.65 -
YUV 147.22 180.36 152.09 -
System Red Green Blue C M Y K H S L
Decimal 181 112 240 0.25 0.53 0 0.06 272.34 0.81 0.69
Hex B5 70 F0 19 35 0 6 110 51 45
Octal 265 160 360 31 65 0 6 420 121 105
Binary 10110101 1110000 11110000 11001 110101 0 110 100010000 1010001 1000101

Color Harmonies of #B570F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B570F0

Black with #B570F0

Text Example


Text Example

White with #B570F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B570F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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