Html Css Color HEX #B56FEF Medium Purple

📋 copy color: '#B56FEF'

red 181 ◦ green 111 ◦ blue 239

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

Shades of Medium Purple #B56FEF

Tints of Medium Purple #B56FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.01%

R = 34.09%
G = 20.9%
B = 45.01%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B56FEF (or 0xB56FEF) is known color: Medium Purple. HEX triplet: B5, 6F and EF. RGB value is (181,111,239). Sum of RGB (Red+Green+Blue) = 181+111+239=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #B56FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56FEF is #4A9010. Grayscale: #929292. Windows color (decimal): -4886545 or 15691701. OLE color: 15691701.

HSL color Cylindrical-coordinate representation of color #B56FEF: hue angle of 272.81º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B56FEF is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 111 239 -
CMYK 0.24 0.54 0 0.06
HSL 272.81º 0.8% 0.69% -
HSV(B) 272.81º 0.54% 0.94% -
XYZ 40.32 27.42 84.83 -
YUV 146.52 180.19 152.59 -
System Red Green Blue C M Y K H S L
Decimal 181 111 239 0.24 0.54 0 0.06 272.81 0.8 0.69
Hex B5 6F EF 18 36 0 6 111 50 45
Octal 265 157 357 30 66 0 6 421 120 105
Binary 10110101 1101111 11101111 11000 110110 0 110 100010001 1010000 1000101

Color Harmonies of #B56FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56FEF

Black with #B56FEF

Text Example


Text Example

White with #B56FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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