Html Css Color HEX #B575F6 Medium Purple

📋 copy color: '#B575F6'

red 181 ◦ green 117 ◦ blue 246

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

Shades of Medium Purple #B575F6

Tints of Medium Purple #B575F6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.51%

 BLUE value IS 246 (96.48% from 255) = 45.22%

R = 33.27%
G = 21.51%
B = 45.22%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B575F6 (or 0xB575F6) is known color: Medium Purple. HEX triplet: B5, 75 and F6. RGB value is (181,117,246). Sum of RGB (Red+Green+Blue) = 181+117+246=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 117 (46.09% from 255 or 21.51% from 544); Blue value is 246 (96.48% from 255 or 45.22% from 544); Max value from RGB is 246 - color contains mainly: blue. Hex color #B575F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B575F6 is #4A8A09. Grayscale: #969696. Windows color (decimal): -4885002 or 16151989. OLE color: 16151989.

HSL color Cylindrical-coordinate representation of color #B575F6: hue angle of 269.77º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B575F6 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 117 246 -
CMYK 0.26 0.52 0 0.04
HSL 269.77º 0.88% 0.71% -
HSV(B) 269.77º 0.52% 0.96% -
XYZ 42.05 29.2 90.61 -
YUV 150.84 181.7 149.51 -
System Red Green Blue C M Y K H S L
Decimal 181 117 246 0.26 0.52 0 0.04 269.77 0.88 0.71
Hex B5 75 F6 1A 34 0 4 10E 58 47
Octal 265 165 366 32 64 0 4 416 130 107
Binary 10110101 1110101 11110110 11010 110100 0 100 100001110 1011000 1000111

Color Harmonies of #B575F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B575F6

Black with #B575F6

Text Example


Text Example

White with #B575F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B575F6; }

 p { color: rgb(181,117,246); }

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

background-color css

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

 a { background-color: rgb(181,117,246); }

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

border-color css

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

 span { border-color: rgb(181,117,246); }

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