Html Css Color HEX #B472FA Medium Purple

📋 copy color: '#B472FA'

red 180 ◦ green 114 ◦ blue 250

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

Shades of Medium Purple #B472FA

Tints of Medium Purple #B472FA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.96%

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

R = 33.09%
G = 20.96%
B = 45.96%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B472FA (or 0xB472FA) is known color: Medium Purple. HEX triplet: B4, 72 and FA. RGB value is (180,114,250). Sum of RGB (Red+Green+Blue) = 180+114+250=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #B472FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B472FA is #4B8D05. Grayscale: #949494. Windows color (decimal): -4951302 or 16413364. OLE color: 16413364.

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

Color convert

RGB 180 114 250 -
CMYK 0.28 0.54 0 0.02
HSL 269.12º 0.93% 0.71% -
HSV(B) 269.12º 0.54% 0.98% -
XYZ 42.1 28.64 93.75 -
YUV 149.24 184.87 149.94 -
System Red Green Blue C M Y K H S L
Decimal 180 114 250 0.28 0.54 0 0.02 269.12 0.93 0.71
Hex B4 72 FA 1C 36 0 2 10D 5D 47
Octal 264 162 372 34 66 0 2 415 135 107
Binary 10110100 1110010 11111010 11100 110110 0 10 100001101 1011101 1000111

Color Harmonies of #B472FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B472FA

Black with #B472FA

Text Example


Text Example

White with #B472FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B472FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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