Html Css Color HEX #B575F2 Medium Purple

📋 copy color: '#B575F2'

red 181 ◦ green 117 ◦ blue 242

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

Shades of Medium Purple #B575F2

Tints of Medium Purple #B575F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.81%

R = 33.52%
G = 21.67%
B = 44.81%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B575F2 (or 0xB575F2) is known color: Medium Purple. HEX triplet: B5, 75 and F2. RGB value is (181,117,242). Sum of RGB (Red+Green+Blue) = 181+117+242=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 242 - color contains mainly: blue. Hex color #B575F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B575F2 is #4A8A0D. Grayscale: #959595. Windows color (decimal): -4885006 or 15889845. OLE color: 15889845.

HSL color Cylindrical-coordinate representation of color #B575F2: hue angle of 270.72º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B575F2 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 117 242 -
CMYK 0.25 0.52 0 0.05
HSL 270.72º 0.83% 0.7% -
HSV(B) 270.72º 0.52% 0.95% -
XYZ 41.44 28.96 87.41 -
YUV 150.39 179.7 149.84 -
System Red Green Blue C M Y K H S L
Decimal 181 117 242 0.25 0.52 0 0.05 270.72 0.83 0.7
Hex B5 75 F2 19 34 0 5 10F 53 46
Octal 265 165 362 31 64 0 5 417 123 106
Binary 10110101 1110101 11110010 11001 110100 0 101 100001111 1010011 1000110

Color Harmonies of #B575F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B575F2

Black with #B575F2

Text Example


Text Example

White with #B575F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B575F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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