Html Css Color HEX #B572F7 Medium Purple

📋 copy color: '#B572F7'

red 181 ◦ green 114 ◦ blue 247

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

Shades of Medium Purple #B572F7

Tints of Medium Purple #B572F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.57%

R = 33.39%
G = 21.03%
B = 45.57%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B572F7 (or 0xB572F7) is known color: Medium Purple. HEX triplet: B5, 72 and F7. RGB value is (181,114,247). Sum of RGB (Red+Green+Blue) = 181+114+247=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 247 (96.88% from 255 or 45.57% from 542); Max value from RGB is 247 - color contains mainly: blue. Hex color #B572F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B572F7 is #4A8D08. Grayscale: #949494. Windows color (decimal): -4885769 or 16216757. OLE color: 16216757.

HSL color Cylindrical-coordinate representation of color #B572F7: hue angle of 270.23º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B572F7 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 114 247 -
CMYK 0.27 0.54 0 0.03
HSL 270.23º 0.89% 0.71% -
HSV(B) 270.23º 0.54% 0.97% -
XYZ 41.86 28.57 91.3 -
YUV 149.2 183.2 150.69 -
System Red Green Blue C M Y K H S L
Decimal 181 114 247 0.27 0.54 0 0.03 270.23 0.89 0.71
Hex B5 72 F7 1B 36 0 3 10E 59 47
Octal 265 162 367 33 66 0 3 416 131 107
Binary 10110101 1110010 11110111 11011 110110 0 11 100001110 1011001 1000111

Color Harmonies of #B572F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B572F7

Black with #B572F7

Text Example


Text Example

White with #B572F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B572F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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