Html Css Color HEX #B56AF7 Medium Purple

📋 copy color: '#B56AF7'

red 181 ◦ green 106 ◦ blue 247

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

Shades of Medium Purple #B56AF7

Tints of Medium Purple #B56AF7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.85%

 BLUE value IS 247 (96.88% from 255) = 46.25%

R = 33.9%
G = 19.85%
B = 46.25%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B56AF7 (or 0xB56AF7) is known color: Medium Purple. HEX triplet: B5, 6A and F7. RGB value is (181,106,247). Sum of RGB (Red+Green+Blue) = 181+106+247=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 247 (96.88% from 255 or 46.25% from 534); Max value from RGB is 247 - color contains mainly: blue. Hex color #B56AF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56AF7 is #4A9508. Grayscale: #909090. Windows color (decimal): -4887817 or 16214709. OLE color: 16214709.

HSL color Cylindrical-coordinate representation of color #B56AF7: hue angle of 271.91º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B56AF7 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 106 247 -
CMYK 0.27 0.57 0 0.03
HSL 271.91º 0.9% 0.69% -
HSV(B) 271.91º 0.57% 0.97% -
XYZ 41 26.85 91.02 -
YUV 144.5 185.85 154.04 -
System Red Green Blue C M Y K H S L
Decimal 181 106 247 0.27 0.57 0 0.03 271.91 0.9 0.69
Hex B5 6A F7 1B 39 0 3 110 5A 45
Octal 265 152 367 33 71 0 3 420 132 105
Binary 10110101 1101010 11110111 11011 111001 0 11 100010000 1011010 1000101

Color Harmonies of #B56AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56AF7

Black with #B56AF7

Text Example


Text Example

White with #B56AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56AF7; }

 p { color: rgb(181,106,247); }

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

background-color css

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

 a { background-color: rgb(181,106,247); }

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

border-color css

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

 span { border-color: rgb(181,106,247); }

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