Html Css Color HEX #B47EFF Medium Purple

📋 copy color: '#B47EFF'

red 180 ◦ green 126 ◦ blue 255

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

Shades of Medium Purple #B47EFF

Tints of Medium Purple #B47EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.46%

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

R = 32.09%
G = 22.46%
B = 45.45%

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

#B47EFF (or 0xB47EFF) is known color: Medium Purple. HEX triplet: B4, 7E and FF. RGB value is (180,126,255). Sum of RGB (Red+Green+Blue) = 180+126+255=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #B47EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47EFF is #4B8100. Grayscale: #9C9C9C. Windows color (decimal): -4948225 or 16744116. OLE color: 16744116.

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

Color convert

RGB 180 126 255 -
CMYK 0.29 0.51 0 0
HSL 265.12º 1% 0.75% -
HSV(B) 265.12º 0.51% 1% -
XYZ 44.33 31.85 98.42 -
YUV 156.85 183.39 144.51 -
System Red Green Blue C M Y K H S L
Decimal 180 126 255 0.29 0.51 0 0 265.12 1 0.75
Hex B4 7E FF 1D 33 0 0 109 64 4B
Octal 264 176 377 35 63 0 0 411 144 113
Binary 10110100 1111110 11111111 11101 110011 0 0 100001001 1100100 1001011

Color Harmonies of #B47EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47EFF

Black with #B47EFF

Text Example


Text Example

White with #B47EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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