Html Css Color HEX #B47EFE Medium Purple

📋 copy color: '#B47EFE'

red 180 ◦ green 126 ◦ blue 254

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

Shades of Medium Purple #B47EFE

Tints of Medium Purple #B47EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.36%

R = 32.14%
G = 22.5%
B = 45.36%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B47EFE (or 0xB47EFE) is known color: Medium Purple. HEX triplet: B4, 7E and FE. RGB value is (180,126,254). Sum of RGB (Red+Green+Blue) = 180+126+254=560 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.14% from 560); Green value is 126 (49.61% from 255 or 22.5% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #B47EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47EFE is #4B8101. Grayscale: #9C9C9C. Windows color (decimal): -4948226 or 16678580. OLE color: 16678580.

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

Color convert

RGB 180 126 254 -
CMYK 0.29 0.50 0 0.00
HSL 265.31º 0.98% 0.75% -
HSV(B) 265.31º 0.5% 1% -
XYZ 44.17 31.78 97.57 -
YUV 156.74 182.89 144.59 -
System Red Green Blue C M Y K H S L
Decimal 180 126 254 0.29 0.50 0 0.00 265.31 0.98 0.75
Hex B4 7E FE 1D 32 0 0 109 62 4B
Octal 264 176 376 35 62 0 0 411 142 113
Binary 10110100 1111110 11111110 11101 110010 0 0 100001001 1100010 1001011

Color Harmonies of #B47EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47EFE

Black with #B47EFE

Text Example


Text Example

White with #B47EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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