Html Css Color HEX #B470F8 Medium Purple

📋 copy color: '#B470F8'

red 180 ◦ green 112 ◦ blue 248

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

Shades of Medium Purple #B470F8

Tints of Medium Purple #B470F8

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.74%

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

R = 33.33%
G = 20.74%
B = 45.93%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B470F8 (or 0xB470F8) is known color: Medium Purple. HEX triplet: B4, 70 and F8. RGB value is (180,112,248). Sum of RGB (Red+Green+Blue) = 180+112+248=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 248 (97.27% from 255 or 45.93% from 540); Max value from RGB is 248 - color contains mainly: blue. Hex color #B470F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B470F8 is #4B8F07. Grayscale: #939393. Windows color (decimal): -4951816 or 16281780. OLE color: 16281780.

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

Color convert

RGB 180 112 248 -
CMYK 0.27 0.55 0 0.03
HSL 270º 0.91% 0.71% -
HSV(B) 270º 0.55% 0.97% -
XYZ 41.56 28.07 92.03 -
YUV 147.84 184.53 150.94 -
System Red Green Blue C M Y K H S L
Decimal 180 112 248 0.27 0.55 0 0.03 270 0.91 0.71
Hex B4 70 F8 1B 37 0 3 10E 5B 47
Octal 264 160 370 33 67 0 3 416 133 107
Binary 10110100 1110000 11111000 11011 110111 0 11 100001110 1011011 1000111

Color Harmonies of #B470F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B470F8

Black with #B470F8

Text Example


Text Example

White with #B470F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B470F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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