Html Css Color HEX #B577FA Medium Purple

📋 copy color: '#B577FA'

red 181 ◦ green 119 ◦ blue 250

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

Shades of Medium Purple #B577FA

Tints of Medium Purple #B577FA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.64%

 BLUE value IS 250 (98.05% from 255) = 45.45%

R = 32.91%
G = 21.64%
B = 45.45%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B577FA (or 0xB577FA) is known color: Medium Purple. HEX triplet: B5, 77 and FA. RGB value is (181,119,250). Sum of RGB (Red+Green+Blue) = 181+119+250=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #B577FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B577FA is #4A8805. Grayscale: #989898. Windows color (decimal): -4884486 or 16414645. OLE color: 16414645.

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

Color convert

RGB 181 119 250 -
CMYK 0.28 0.52 0 0.02
HSL 268.4º 0.93% 0.72% -
HSV(B) 268.4º 0.52% 0.98% -
XYZ 42.91 29.92 93.96 -
YUV 152.47 183.04 148.35 -
System Red Green Blue C M Y K H S L
Decimal 181 119 250 0.28 0.52 0 0.02 268.4 0.93 0.72
Hex B5 77 FA 1C 34 0 2 10C 5D 48
Octal 265 167 372 34 64 0 2 414 135 110
Binary 10110101 1110111 11111010 11100 110100 0 10 100001100 1011101 1001000

Color Harmonies of #B577FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B577FA

Black with #B577FA

Text Example


Text Example

White with #B577FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B577FA; }

 p { color: rgb(181,119,250); }

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

background-color css

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

 a { background-color: rgb(181,119,250); }

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

border-color css

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

 span { border-color: rgb(181,119,250); }

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