Html Css Color HEX #B47CFA Medium Purple

📋 copy color: '#B47CFA'

red 180 ◦ green 124 ◦ blue 250

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

Shades of Medium Purple #B47CFA

Tints of Medium Purple #B47CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.13%

R = 32.49%
G = 22.38%
B = 45.13%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B47CFA (or 0xB47CFA) is known color: Medium Purple. HEX triplet: B4, 7C and FA. RGB value is (180,124,250). Sum of RGB (Red+Green+Blue) = 180+124+250=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #B47CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47CFA is #4B8305. Grayscale: #9A9A9A. Windows color (decimal): -4948742 or 16415924. OLE color: 16415924.

HSL color Cylindrical-coordinate representation of color #B47CFA: hue angle of 266.67º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B47CFA is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 124 250 -
CMYK 0.28 0.50 0 0.02
HSL 266.67º 0.93% 0.73% -
HSV(B) 266.67º 0.5% 0.98% -
XYZ 43.29 31.02 94.15 -
YUV 155.11 181.55 145.75 -
System Red Green Blue C M Y K H S L
Decimal 180 124 250 0.28 0.50 0 0.02 266.67 0.93 0.73
Hex B4 7C FA 1C 32 0 2 10B 5D 49
Octal 264 174 372 34 62 0 2 413 135 111
Binary 10110100 1111100 11111010 11100 110010 0 10 100001011 1011101 1001001

Color Harmonies of #B47CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47CFA

Black with #B47CFA

Text Example


Text Example

White with #B47CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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