Html Css Color HEX #B47FFD Medium Purple

📋 copy color: '#B47FFD'

red 180 ◦ green 127 ◦ blue 253

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

Shades of Medium Purple #B47FFD

Tints of Medium Purple #B47FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 22.68%

 BLUE value IS 253 (99.22% from 255) = 45.18%

R = 32.14%
G = 22.68%
B = 45.18%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B47FFD (or 0xB47FFD) is known color: Medium Purple. HEX triplet: B4, 7F and FD. RGB value is (180,127,253). Sum of RGB (Red+Green+Blue) = 180+127+253=560 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.14% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #B47FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47FFD is #4B8002. Grayscale: #9C9C9C. Windows color (decimal): -4947971 or 16613300. OLE color: 16613300.

HSL color Cylindrical-coordinate representation of color #B47FFD: hue angle of 265.24º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B47FFD is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 127 253 -
CMYK 0.29 0.50 0 0.01
HSL 265.24º 0.97% 0.75% -
HSV(B) 265.24º 0.5% 0.99% -
XYZ 44.14 31.97 96.77 -
YUV 157.21 182.06 144.25 -
System Red Green Blue C M Y K H S L
Decimal 180 127 253 0.29 0.50 0 0.01 265.24 0.97 0.75
Hex B4 7F FD 1D 32 0 1 109 61 4B
Octal 264 177 375 35 62 0 1 411 141 113
Binary 10110100 1111111 11111101 11101 110010 0 1 100001001 1100001 1001011

Color Harmonies of #B47FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47FFD

Black with #B47FFD

Text Example


Text Example

White with #B47FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47FFD; }

 p { color: rgb(180,127,253); }

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

background-color css

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

 a { background-color: rgb(180,127,253); }

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

border-color css

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

 span { border-color: rgb(180,127,253); }

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