Html Css Color HEX #B56FF1 Medium Purple

📋 copy color: '#B56FF1'

red 181 ◦ green 111 ◦ blue 241

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

Shades of Medium Purple #B56FF1

Tints of Medium Purple #B56FF1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.83%

 BLUE value IS 241 (94.53% from 255) = 45.22%

R = 33.96%
G = 20.83%
B = 45.22%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B56FF1 (or 0xB56FF1) is known color: Medium Purple. HEX triplet: B5, 6F and F1. RGB value is (181,111,241). Sum of RGB (Red+Green+Blue) = 181+111+241=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #B56FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56FF1 is #4A900E. Grayscale: #929292. Windows color (decimal): -4886543 or 15822773. OLE color: 15822773.

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

Color convert

RGB 181 111 241 -
CMYK 0.25 0.54 0 0.05
HSL 272.31º 0.82% 0.69% -
HSV(B) 272.31º 0.54% 0.95% -
XYZ 40.62 27.54 86.39 -
YUV 146.75 181.19 152.43 -
System Red Green Blue C M Y K H S L
Decimal 181 111 241 0.25 0.54 0 0.05 272.31 0.82 0.69
Hex B5 6F F1 19 36 0 5 110 52 45
Octal 265 157 361 31 66 0 5 420 122 105
Binary 10110101 1101111 11110001 11001 110110 0 101 100010000 1010010 1000101

Color Harmonies of #B56FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56FF1

Black with #B56FF1

Text Example


Text Example

White with #B56FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56FF1; }

 p { color: rgb(181,111,241); }

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

background-color css

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

 a { background-color: rgb(181,111,241); }

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

border-color css

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

 span { border-color: rgb(181,111,241); }

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