Html Css Color HEX #B57BF3 Medium Purple

📋 copy color: '#B57BF3'

red 181 ◦ green 123 ◦ blue 243

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

Shades of Medium Purple #B57BF3

Tints of Medium Purple #B57BF3

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.49%

 BLUE value IS 243 (95.31% from 255) = 44.42%

R = 33.09%
G = 22.49%
B = 44.42%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B57BF3 (or 0xB57BF3) is known color: Medium Purple. HEX triplet: B5, 7B and F3. RGB value is (181,123,243). Sum of RGB (Red+Green+Blue) = 181+123+243=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 243 (95.31% from 255 or 44.42% from 547); Max value from RGB is 243 - color contains mainly: blue. Hex color #B57BF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57BF3 is #4A840C. Grayscale: #999999. Windows color (decimal): -4883469 or 15956917. OLE color: 15956917.

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

Color convert

RGB 181 123 243 -
CMYK 0.26 0.49 0 0.05
HSL 269º 0.83% 0.72% -
HSV(B) 269º 0.49% 0.95% -
XYZ 42.32 30.46 88.44 -
YUV 154.02 178.22 147.24 -
System Red Green Blue C M Y K H S L
Decimal 181 123 243 0.26 0.49 0 0.05 269 0.83 0.72
Hex B5 7B F3 1A 31 0 5 10D 53 48
Octal 265 173 363 32 61 0 5 415 123 110
Binary 10110101 1111011 11110011 11010 110001 0 101 100001101 1010011 1001000

Color Harmonies of #B57BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57BF3

Black with #B57BF3

Text Example


Text Example

White with #B57BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57BF3; }

 p { color: rgb(181,123,243); }

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

background-color css

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

 a { background-color: rgb(181,123,243); }

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

border-color css

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

 span { border-color: rgb(181,123,243); }

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