Html Css Color HEX #B574EF Medium Purple

📋 copy color: '#B574EF'

red 181 ◦ green 116 ◦ blue 239

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

Shades of Medium Purple #B574EF

Tints of Medium Purple #B574EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.59%

R = 33.77%
G = 21.64%
B = 44.59%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B574EF (or 0xB574EF) is known color: Medium Purple. HEX triplet: B5, 74 and EF. RGB value is (181,116,239). Sum of RGB (Red+Green+Blue) = 181+116+239=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 116 (45.70% from 255 or 21.64% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #B574EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B574EF is #4A8B10. Grayscale: #959595. Windows color (decimal): -4885265 or 15692981. OLE color: 15692981.

HSL color Cylindrical-coordinate representation of color #B574EF: hue angle of 271.71º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B574EF is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 116 239 -
CMYK 0.24 0.51 0 0.06
HSL 271.71º 0.79% 0.7% -
HSV(B) 271.71º 0.51% 0.94% -
XYZ 40.88 28.55 85.02 -
YUV 149.46 178.53 150.5 -
System Red Green Blue C M Y K H S L
Decimal 181 116 239 0.24 0.51 0 0.06 271.71 0.79 0.7
Hex B5 74 EF 18 33 0 6 110 4F 46
Octal 265 164 357 30 63 0 6 420 117 106
Binary 10110101 1110100 11101111 11000 110011 0 110 100010000 1001111 1000110

Color Harmonies of #B574EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B574EF

Black with #B574EF

Text Example


Text Example

White with #B574EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B574EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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