Html Css Color HEX #B47BF7 Medium Purple

📋 copy color: '#B47BF7'

red 180 ◦ green 123 ◦ blue 247

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

Shades of Medium Purple #B47BF7

Tints of Medium Purple #B47BF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.91%

R = 32.73%
G = 22.36%
B = 44.91%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B47BF7 (or 0xB47BF7) is known color: Medium Purple. HEX triplet: B4, 7B and F7. RGB value is (180,123,247). Sum of RGB (Red+Green+Blue) = 180+123+247=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 123 (48.44% from 255 or 22.36% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #B47BF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47BF7 is #4B8408. Grayscale: #999999. Windows color (decimal): -4949001 or 16219060. OLE color: 16219060.

HSL color Cylindrical-coordinate representation of color #B47BF7: hue angle of 267.58º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B47BF7 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 180 123 247 -
CMYK 0.27 0.50 0 0.03
HSL 267.58º 0.89% 0.73% -
HSV(B) 267.58º 0.5% 0.97% -
XYZ 42.69 30.58 91.65 -
YUV 154.18 180.38 146.42 -
System Red Green Blue C M Y K H S L
Decimal 180 123 247 0.27 0.50 0 0.03 267.58 0.89 0.73
Hex B4 7B F7 1B 32 0 3 10C 59 49
Octal 264 173 367 33 62 0 3 414 131 111
Binary 10110100 1111011 11110111 11011 110010 0 11 100001100 1011001 1001001

Color Harmonies of #B47BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47BF7

Black with #B47BF7

Text Example


Text Example

White with #B47BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47BF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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