Html Css Color HEX #B470F0 Medium Purple

📋 copy color: '#B470F0'

red 180 ◦ green 112 ◦ blue 240

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

Shades of Medium Purple #B470F0

Tints of Medium Purple #B470F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.11%

R = 33.83%
G = 21.05%
B = 45.11%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B470F0 (or 0xB470F0) is known color: Medium Purple. HEX triplet: B4, 70 and F0. RGB value is (180,112,240). Sum of RGB (Red+Green+Blue) = 180+112+240=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #B470F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B470F0 is #4B8F0F. Grayscale: #929292. Windows color (decimal): -4951824 or 15757492. OLE color: 15757492.

HSL color Cylindrical-coordinate representation of color #B470F0: hue angle of 271.88º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B470F0 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 112 240 -
CMYK 0.25 0.53 0 0.06
HSL 271.88º 0.81% 0.69% -
HSV(B) 271.88º 0.53% 0.94% -
XYZ 40.34 27.58 85.64 -
YUV 146.92 180.53 151.59 -
System Red Green Blue C M Y K H S L
Decimal 180 112 240 0.25 0.53 0 0.06 271.88 0.81 0.69
Hex B4 70 F0 19 35 0 6 110 51 45
Octal 264 160 360 31 65 0 6 420 121 105
Binary 10110100 1110000 11110000 11001 110101 0 110 100010000 1010001 1000101

Color Harmonies of #B470F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B470F0

Black with #B470F0

Text Example


Text Example

White with #B470F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B470F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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