Html Css Color HEX #B574FB Medium Purple

📋 copy color: '#B574FB'

red 181 ◦ green 116 ◦ blue 251

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

Shades of Medium Purple #B574FB

Tints of Medium Purple #B574FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.8%

R = 33.03%
G = 21.17%
B = 45.8%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B574FB (or 0xB574FB) is known color: Medium Purple. HEX triplet: B5, 74 and FB. RGB value is (181,116,251). Sum of RGB (Red+Green+Blue) = 181+116+251=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #B574FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B574FB is #4A8B04. Grayscale: #969696. Windows color (decimal): -4885253 or 16479413. OLE color: 16479413.

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

Color convert

RGB 181 116 251 -
CMYK 0.28 0.54 0 0.02
HSL 268.89º 0.94% 0.72% -
HSV(B) 268.89º 0.54% 0.98% -
XYZ 42.71 29.28 94.67 -
YUV 150.83 184.53 149.52 -
System Red Green Blue C M Y K H S L
Decimal 181 116 251 0.28 0.54 0 0.02 268.89 0.94 0.72
Hex B5 74 FB 1C 36 0 2 10D 5E 48
Octal 265 164 373 34 66 0 2 415 136 110
Binary 10110101 1110100 11111011 11100 110110 0 10 100001101 1011110 1001000

Color Harmonies of #B574FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B574FB

Black with #B574FB

Text Example


Text Example

White with #B574FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B574FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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