Html Css Color HEX #B472F8 Medium Purple

📋 copy color: '#B472F8'

red 180 ◦ green 114 ◦ blue 248

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

Shades of Medium Purple #B472F8

Tints of Medium Purple #B472F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.76%

R = 33.21%
G = 21.03%
B = 45.76%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B472F8 (or 0xB472F8) is known color: Medium Purple. HEX triplet: B4, 72 and F8. RGB value is (180,114,248). Sum of RGB (Red+Green+Blue) = 180+114+248=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 248 (97.27% from 255 or 45.76% from 542); Max value from RGB is 248 - color contains mainly: blue. Hex color #B472F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B472F8 is #4B8D07. Grayscale: #949494. Windows color (decimal): -4951304 or 16282292. OLE color: 16282292.

HSL color Cylindrical-coordinate representation of color #B472F8: hue angle of 269.55º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B472F8 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 180 114 248 -
CMYK 0.27 0.54 0 0.03
HSL 269.55º 0.91% 0.71% -
HSV(B) 269.55º 0.54% 0.97% -
XYZ 41.78 28.52 92.11 -
YUV 149.01 183.87 150.1 -
System Red Green Blue C M Y K H S L
Decimal 180 114 248 0.27 0.54 0 0.03 269.55 0.91 0.71
Hex B4 72 F8 1B 36 0 3 10E 5B 47
Octal 264 162 370 33 66 0 3 416 133 107
Binary 10110100 1110010 11111000 11011 110110 0 11 100001110 1011011 1000111

Color Harmonies of #B472F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B472F8

Black with #B472F8

Text Example


Text Example

White with #B472F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B472F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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