Html Css Color HEX #B47CFF Medium Purple

📋 copy color: '#B47CFF'

red 180 ◦ green 124 ◦ blue 255

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

Shades of Medium Purple #B47CFF

Tints of Medium Purple #B47CFF

RGB

 RED value IS 180 (70.7% from 255) = 32.2%

 GREEN value IS 124 (48.83% from 255) = 22.18%

 BLUE value IS 255 (100% from 255) = 45.62%

R = 32.2%
G = 22.18%
B = 45.62%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B47CFF (or 0xB47CFF) is known color: Medium Purple. HEX triplet: B4, 7C and FF. RGB value is (180,124,255). Sum of RGB (Red+Green+Blue) = 180+124+255=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #B47CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47CFF is #4B8300. Grayscale: #9B9B9B. Windows color (decimal): -4948737 or 16743604. OLE color: 16743604.

HSL color Cylindrical-coordinate representation of color #B47CFF: hue angle of 265.65º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B47CFF is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 124 255 -
CMYK 0.29 0.51 0 0
HSL 265.65º 1% 0.74% -
HSV(B) 265.65º 0.51% 1% -
XYZ 44.08 31.34 98.33 -
YUV 155.68 184.05 145.35 -
System Red Green Blue C M Y K H S L
Decimal 180 124 255 0.29 0.51 0 0 265.65 1 0.74
Hex B4 7C FF 1D 33 0 0 10A 64 4A
Octal 264 174 377 35 63 0 0 412 144 112
Binary 10110100 1111100 11111111 11101 110011 0 0 100001010 1100100 1001010

Color Harmonies of #B47CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47CFF

Black with #B47CFF

Text Example


Text Example

White with #B47CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47CFF; }

 p { color: rgb(180,124,255); }

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

background-color css

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

 a { background-color: rgb(180,124,255); }

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

border-color css

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

 span { border-color: rgb(180,124,255); }

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