Html Css Color HEX #B574EC Medium Purple

📋 copy color: '#B574EC'

red 181 ◦ green 116 ◦ blue 236

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

Shades of Medium Purple #B574EC

Tints of Medium Purple #B574EC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.76%

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

R = 33.96%
G = 21.76%
B = 44.28%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B574EC (or 0xB574EC) is known color: Medium Purple. HEX triplet: B5, 74 and EC. RGB value is (181,116,236). Sum of RGB (Red+Green+Blue) = 181+116+236=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #B574EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B574EC is #4A8B13. Grayscale: #949494. Windows color (decimal): -4885268 or 15496373. OLE color: 15496373.

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

Color convert

RGB 181 116 236 -
CMYK 0.23 0.51 0 0.07
HSL 272.5º 0.76% 0.69% -
HSV(B) 272.5º 0.51% 0.93% -
XYZ 40.44 28.37 82.7 -
YUV 149.12 177.03 150.74 -
System Red Green Blue C M Y K H S L
Decimal 181 116 236 0.23 0.51 0 0.07 272.5 0.76 0.69
Hex B5 74 EC 17 33 0 7 110 4C 45
Octal 265 164 354 27 63 0 7 420 114 105
Binary 10110101 1110100 11101100 10111 110011 0 111 100010000 1001100 1000101

Color Harmonies of #B574EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B574EC

Black with #B574EC

Text Example


Text Example

White with #B574EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B574EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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