Html Css Color HEX #B47EFD Medium Purple

📋 copy color: '#B47EFD'

red 180 ◦ green 126 ◦ blue 253

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

Shades of Medium Purple #B47EFD

Tints of Medium Purple #B47EFD

RGB

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

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

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

R = 32.2%
G = 22.54%
B = 45.26%

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

#B47EFD (or 0xB47EFD) is known color: Medium Purple. HEX triplet: B4, 7E and FD. RGB value is (180,126,253). Sum of RGB (Red+Green+Blue) = 180+126+253=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 126 (49.61% from 255 or 22.54% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #B47EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47EFD is #4B8102. Grayscale: #9C9C9C. Windows color (decimal): -4948227 or 16613044. OLE color: 16613044.

HSL color Cylindrical-coordinate representation of color #B47EFD: hue angle of 265.51º degrees, saturation: 0.97, 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 #B47EFD is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 126 253 -
CMYK 0.29 0.50 0 0.01
HSL 265.51º 0.97% 0.74% -
HSV(B) 265.51º 0.5% 0.99% -
XYZ 44.01 31.72 96.73 -
YUV 156.62 182.39 144.67 -
System Red Green Blue C M Y K H S L
Decimal 180 126 253 0.29 0.50 0 0.01 265.51 0.97 0.74
Hex B4 7E FD 1D 32 0 1 10A 61 4A
Octal 264 176 375 35 62 0 1 412 141 112
Binary 10110100 1111110 11111101 11101 110010 0 1 100001010 1100001 1001010

Color Harmonies of #B47EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47EFD

Black with #B47EFD

Text Example


Text Example

White with #B47EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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