Html Css Color HEX #B574F9 Medium Purple

📋 copy color: '#B574F9'

red 181 ◦ green 116 ◦ blue 249

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

Shades of Medium Purple #B574F9

Tints of Medium Purple #B574F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.6%

R = 33.15%
G = 21.25%
B = 45.6%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B574F9 (or 0xB574F9) is known color: Medium Purple. HEX triplet: B5, 74 and F9. RGB value is (181,116,249). Sum of RGB (Red+Green+Blue) = 181+116+249=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #B574F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B574F9 is #4A8B06. Grayscale: #969696. Windows color (decimal): -4885255 or 16348341. OLE color: 16348341.

HSL color Cylindrical-coordinate representation of color #B574F9: hue angle of 269.32º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B574F9 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 116 249 -
CMYK 0.27 0.53 0 0.02
HSL 269.32º 0.92% 0.72% -
HSV(B) 269.32º 0.53% 0.98% -
XYZ 42.4 29.15 93.02 -
YUV 150.6 183.53 149.69 -
System Red Green Blue C M Y K H S L
Decimal 181 116 249 0.27 0.53 0 0.02 269.32 0.92 0.72
Hex B5 74 F9 1B 35 0 2 10D 5C 48
Octal 265 164 371 33 65 0 2 415 134 110
Binary 10110101 1110100 11111001 11011 110101 0 10 100001101 1011100 1001000

Color Harmonies of #B574F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B574F9

Black with #B574F9

Text Example


Text Example

White with #B574F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B574F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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