Html Css Color HEX #B572EC Medium Purple

📋 copy color: '#B572EC'

red 181 ◦ green 114 ◦ blue 236

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

Shades of Medium Purple #B572EC

Tints of Medium Purple #B572EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.44%

R = 34.09%
G = 21.47%
B = 44.44%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B572EC (or 0xB572EC) is known color: Medium Purple. HEX triplet: B5, 72 and EC. RGB value is (181,114,236). Sum of RGB (Red+Green+Blue) = 181+114+236=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #B572EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B572EC is #4A8D13. Grayscale: #939393. Windows color (decimal): -4885780 or 15495861. OLE color: 15495861.

HSL color Cylindrical-coordinate representation of color #B572EC: hue angle of 272.95º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B572EC is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 114 236 -
CMYK 0.23 0.52 0 0.07
HSL 272.95º 0.76% 0.69% -
HSV(B) 272.95º 0.52% 0.93% -
XYZ 40.21 27.91 82.63 -
YUV 147.94 177.7 151.58 -
System Red Green Blue C M Y K H S L
Decimal 181 114 236 0.23 0.52 0 0.07 272.95 0.76 0.69
Hex B5 72 EC 17 34 0 7 111 4C 45
Octal 265 162 354 27 64 0 7 421 114 105
Binary 10110101 1110010 11101100 10111 110100 0 111 100010001 1001100 1000101

Color Harmonies of #B572EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B572EC

Black with #B572EC

Text Example


Text Example

White with #B572EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B572EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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