Html Css Color HEX #B572F0 Medium Purple

📋 copy color: '#B572F0'

red 181 ◦ green 114 ◦ blue 240

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

Shades of Medium Purple #B572F0

Tints of Medium Purple #B572F0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.31%

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

R = 33.83%
G = 21.31%
B = 44.86%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B572F0 (or 0xB572F0) is known color: Medium Purple. HEX triplet: B5, 72 and F0. RGB value is (181,114,240). Sum of RGB (Red+Green+Blue) = 181+114+240=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #B572F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B572F0 is #4A8D0F. Grayscale: #939393. Windows color (decimal): -4885776 or 15758005. OLE color: 15758005.

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

Color convert

RGB 181 114 240 -
CMYK 0.25 0.52 0 0.06
HSL 271.9º 0.81% 0.69% -
HSV(B) 271.9º 0.53% 0.94% -
XYZ 40.8 28.15 85.72 -
YUV 148.4 179.7 151.25 -
System Red Green Blue C M Y K H S L
Decimal 181 114 240 0.25 0.52 0 0.06 271.9 0.81 0.69
Hex B5 72 F0 19 34 0 6 110 51 45
Octal 265 162 360 31 64 0 6 420 121 105
Binary 10110101 1110010 11110000 11001 110100 0 110 100010000 1010001 1000101

Color Harmonies of #B572F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B572F0

Black with #B572F0

Text Example


Text Example

White with #B572F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B572F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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