Html Css Color HEX #B574EB Medium Purple

📋 copy color: '#B574EB'

red 181 ◦ green 116 ◦ blue 235

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

Shades of Medium Purple #B574EB

Tints of Medium Purple #B574EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.17%

R = 34.02%
G = 21.8%
B = 44.17%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B574EB (or 0xB574EB) is known color: Medium Purple. HEX triplet: B5, 74 and EB. RGB value is (181,116,235). Sum of RGB (Red+Green+Blue) = 181+116+235=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #B574EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B574EB is #4A8B14. Grayscale: #949494. Windows color (decimal): -4885269 or 15430837. OLE color: 15430837.

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

Color convert

RGB 181 116 235 -
CMYK 0.23 0.51 0 0.08
HSL 272.77º 0.75% 0.69% -
HSV(B) 272.77º 0.51% 0.92% -
XYZ 40.3 28.31 81.94 -
YUV 149 176.53 150.82 -
System Red Green Blue C M Y K H S L
Decimal 181 116 235 0.23 0.51 0 0.08 272.77 0.75 0.69
Hex B5 74 EB 17 33 0 8 111 4B 45
Octal 265 164 353 27 63 0 10 421 113 105
Binary 10110101 1110100 11101011 10111 110011 0 1000 100010001 1001011 1000101

Color Harmonies of #B574EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B574EB

Black with #B574EB

Text Example


Text Example

White with #B574EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B574EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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