Html Css Color HEX #B47AFE Medium Purple

📋 copy color: '#B47AFE'

red 180 ◦ green 122 ◦ blue 254

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

Shades of Medium Purple #B47AFE

Tints of Medium Purple #B47AFE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.94%

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

R = 32.37%
G = 21.94%
B = 45.68%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B47AFE (or 0xB47AFE) is known color: Medium Purple. HEX triplet: B4, 7A and FE. RGB value is (180,122,254). Sum of RGB (Red+Green+Blue) = 180+122+254=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #B47AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B47AFE is #4B8501. Grayscale: #999999. Windows color (decimal): -4949250 or 16677556. OLE color: 16677556.

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

Color convert

RGB 180 122 254 -
CMYK 0.29 0.52 0 0.00
HSL 266.36º 0.99% 0.74% -
HSV(B) 266.36º 0.52% 1% -
XYZ 43.67 30.78 97.4 -
YUV 154.39 184.22 146.27 -
System Red Green Blue C M Y K H S L
Decimal 180 122 254 0.29 0.52 0 0.00 266.36 0.99 0.74
Hex B4 7A FE 1D 34 0 0 10A 63 4A
Octal 264 172 376 35 64 0 0 412 143 112
Binary 10110100 1111010 11111110 11101 110100 0 0 100001010 1100011 1001010

Color Harmonies of #B47AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47AFE

Black with #B47AFE

Text Example


Text Example

White with #B47AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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