Html Css Color HEX #B572F1 Medium Purple

📋 copy color: '#B572F1'

red 181 ◦ green 114 ◦ blue 241

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

Shades of Medium Purple #B572F1

Tints of Medium Purple #B572F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.96%

R = 33.77%
G = 21.27%
B = 44.96%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B572F1 (or 0xB572F1) is known color: Medium Purple. HEX triplet: B5, 72 and F1. RGB value is (181,114,241). Sum of RGB (Red+Green+Blue) = 181+114+241=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #B572F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B572F1 is #4A8D0E. Grayscale: #949494. Windows color (decimal): -4885775 or 15823541. OLE color: 15823541.

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

Color convert

RGB 181 114 241 -
CMYK 0.25 0.53 0 0.05
HSL 271.65º 0.82% 0.7% -
HSV(B) 271.65º 0.53% 0.95% -
XYZ 40.95 28.21 86.51 -
YUV 148.51 180.2 151.17 -
System Red Green Blue C M Y K H S L
Decimal 181 114 241 0.25 0.53 0 0.05 271.65 0.82 0.7
Hex B5 72 F1 19 35 0 5 110 52 46
Octal 265 162 361 31 65 0 5 420 122 106
Binary 10110101 1110010 11110001 11001 110101 0 101 100010000 1010010 1000110

Color Harmonies of #B572F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B572F1

Black with #B572F1

Text Example


Text Example

White with #B572F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B572F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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