Html Css Color HEX #B574E7 Medium Purple

📋 copy color: '#B574E7'

red 181 ◦ green 116 ◦ blue 231

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

Shades of Medium Purple #B574E7

Tints of Medium Purple #B574E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.75%

R = 34.28%
G = 21.97%
B = 43.75%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B574E7 (or 0xB574E7) is known color: Medium Purple. HEX triplet: B5, 74 and E7. RGB value is (181,116,231). Sum of RGB (Red+Green+Blue) = 181+116+231=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 231 (90.62% from 255 or 43.75% from 528); Max value from RGB is 231 - color contains mainly: blue. Hex color #B574E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B574E7 is #4A8B18. Grayscale: #949494. Windows color (decimal): -4885273 or 15168693. OLE color: 15168693.

HSL color Cylindrical-coordinate representation of color #B574E7: hue angle of 273.91º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B574E7 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 116 231 -
CMYK 0.22 0.50 0 0.09
HSL 273.91º 0.71% 0.68% -
HSV(B) 273.91º 0.5% 0.91% -
XYZ 39.73 28.08 78.93 -
YUV 148.55 174.53 151.15 -
System Red Green Blue C M Y K H S L
Decimal 181 116 231 0.22 0.50 0 0.09 273.91 0.71 0.68
Hex B5 74 E7 16 32 0 9 112 47 44
Octal 265 164 347 26 62 0 11 422 107 104
Binary 10110101 1110100 11100111 10110 110010 0 1001 100010010 1000111 1000100

Color Harmonies of #B574E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B574E7

Black with #B574E7

Text Example


Text Example

White with #B574E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B574E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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