Html Css Color HEX #B47BFA Medium Purple

📋 copy color: '#B47BFA'

red 180 ◦ green 123 ◦ blue 250

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

Shades of Medium Purple #B47BFA

Tints of Medium Purple #B47BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.21%

R = 32.55%
G = 22.24%
B = 45.21%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B47BFA (or 0xB47BFA) is known color: Medium Purple. HEX triplet: B4, 7B and FA. RGB value is (180,123,250). Sum of RGB (Red+Green+Blue) = 180+123+250=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 123 (48.44% from 255 or 22.24% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #B47BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47BFA is #4B8405. Grayscale: #9A9A9A. Windows color (decimal): -4948998 or 16415668. OLE color: 16415668.

HSL color Cylindrical-coordinate representation of color #B47BFA: hue angle of 266.93º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B47BFA is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 123 250 -
CMYK 0.28 0.51 0 0.02
HSL 266.93º 0.93% 0.73% -
HSV(B) 266.93º 0.51% 0.98% -
XYZ 43.16 30.77 94.11 -
YUV 154.52 181.88 146.17 -
System Red Green Blue C M Y K H S L
Decimal 180 123 250 0.28 0.51 0 0.02 266.93 0.93 0.73
Hex B4 7B FA 1C 33 0 2 10B 5D 49
Octal 264 173 372 34 63 0 2 413 135 111
Binary 10110100 1111011 11111010 11100 110011 0 10 100001011 1011101 1001001

Color Harmonies of #B47BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47BFA

Black with #B47BFA

Text Example


Text Example

White with #B47BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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