Html Css Color HEX #B47BFC Medium Purple

📋 copy color: '#B47BFC'

red 180 ◦ green 123 ◦ blue 252

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

Shades of Medium Purple #B47BFC

Tints of Medium Purple #B47BFC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.16%

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

R = 32.43%
G = 22.16%
B = 45.41%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B47BFC (or 0xB47BFC) is known color: Medium Purple. HEX triplet: B4, 7B and FC. RGB value is (180,123,252). Sum of RGB (Red+Green+Blue) = 180+123+252=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #B47BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47BFC is #4B8403. Grayscale: #9A9A9A. Windows color (decimal): -4948996 or 16546740. OLE color: 16546740.

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

Color convert

RGB 180 123 252 -
CMYK 0.29 0.51 0 0.01
HSL 266.51º 0.96% 0.74% -
HSV(B) 266.51º 0.51% 0.99% -
XYZ 43.48 30.9 95.77 -
YUV 154.75 182.88 146.01 -
System Red Green Blue C M Y K H S L
Decimal 180 123 252 0.29 0.51 0 0.01 266.51 0.96 0.74
Hex B4 7B FC 1D 33 0 1 10B 60 4A
Octal 264 173 374 35 63 0 1 413 140 112
Binary 10110100 1111011 11111100 11101 110011 0 1 100001011 1100000 1001010

Color Harmonies of #B47BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47BFC

Black with #B47BFC

Text Example


Text Example

White with #B47BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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