Html Css Color HEX #B472FC Medium Purple

📋 copy color: '#B472FC'

red 180 ◦ green 114 ◦ blue 252

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

Shades of Medium Purple #B472FC

Tints of Medium Purple #B472FC

RGB

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

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

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

R = 32.97%
G = 20.88%
B = 46.15%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B472FC (or 0xB472FC) is known color: Medium Purple. HEX triplet: B4, 72 and FC. RGB value is (180,114,252). Sum of RGB (Red+Green+Blue) = 180+114+252=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #B472FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B472FC is #4B8D03. Grayscale: #949494. Windows color (decimal): -4951300 or 16544436. OLE color: 16544436.

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

Color convert

RGB 180 114 252 -
CMYK 0.29 0.55 0 0.01
HSL 268.7º 0.96% 0.72% -
HSV(B) 268.7º 0.55% 0.99% -
XYZ 42.41 28.77 95.41 -
YUV 149.47 185.87 149.78 -
System Red Green Blue C M Y K H S L
Decimal 180 114 252 0.29 0.55 0 0.01 268.7 0.96 0.72
Hex B4 72 FC 1D 37 0 1 10D 60 48
Octal 264 162 374 35 67 0 1 415 140 110
Binary 10110100 1110010 11111100 11101 110111 0 1 100001101 1100000 1001000

Color Harmonies of #B472FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B472FC

Black with #B472FC

Text Example


Text Example

White with #B472FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B472FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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