Html Css Color HEX #B47FFC Medium Purple

📋 copy color: '#B47FFC'

red 180 ◦ green 127 ◦ blue 252

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

Shades of Medium Purple #B47FFC

Tints of Medium Purple #B47FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.08%

R = 32.2%
G = 22.72%
B = 45.08%

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

#B47FFC (or 0xB47FFC) is known color: Medium Purple. HEX triplet: B4, 7F and FC. RGB value is (180,127,252). Sum of RGB (Red+Green+Blue) = 180+127+252=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #B47FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47FFC is #4B8003. Grayscale: #9C9C9C. Windows color (decimal): -4947972 or 16547764. OLE color: 16547764.

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

Color convert

RGB 180 127 252 -
CMYK 0.29 0.50 0 0.01
HSL 265.44º 0.95% 0.74% -
HSV(B) 265.44º 0.5% 0.99% -
XYZ 43.98 31.91 95.94 -
YUV 157.1 181.56 144.34 -
System Red Green Blue C M Y K H S L
Decimal 180 127 252 0.29 0.50 0 0.01 265.44 0.95 0.74
Hex B4 7F FC 1D 32 0 1 109 5F 4A
Octal 264 177 374 35 62 0 1 411 137 112
Binary 10110100 1111111 11111100 11101 110010 0 1 100001001 1011111 1001010

Color Harmonies of #B47FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47FFC

Black with #B47FFC

Text Example


Text Example

White with #B47FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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