Html Css Color HEX #B070F7 Medium Purple

📋 copy color: '#B070F7'

red 176 ◦ green 112 ◦ blue 247

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

Shades of Medium Purple #B070F7

Tints of Medium Purple #B070F7

RGB

 RED value IS 176 (69.14% from 255) = 32.9%

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

 BLUE value IS 247 (96.88% from 255) = 46.17%

R = 32.9%
G = 20.93%
B = 46.17%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B070F7 (or 0xB070F7) is known color: Medium Purple. HEX triplet: B0, 70 and F7. RGB value is (176,112,247). Sum of RGB (Red+Green+Blue) = 176+112+247=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 247 (96.88% from 255 or 46.17% from 535); Max value from RGB is 247 - color contains mainly: blue. Hex color #B070F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B070F7 is #4F8F08. Grayscale: #929292. Windows color (decimal): -5213961 or 16216240. OLE color: 16216240.

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

Color convert

RGB 176 112 247 -
CMYK 0.29 0.55 0 0.03
HSL 268.44º 0.89% 0.7% -
HSV(B) 268.44º 0.55% 0.97% -
XYZ 40.49 27.53 91.18 -
YUV 146.53 184.7 149.02 -
System Red Green Blue C M Y K H S L
Decimal 176 112 247 0.29 0.55 0 0.03 268.44 0.89 0.7
Hex B0 70 F7 1D 37 0 3 10C 59 46
Octal 260 160 367 35 67 0 3 414 131 106
Binary 10110000 1110000 11110111 11101 110111 0 11 100001100 1011001 1000110

Color Harmonies of #B070F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B070F7

Black with #B070F7

Text Example


Text Example

White with #B070F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B070F7; }

 p { color: rgb(176,112,247); }

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

background-color css

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

 a { background-color: rgb(176,112,247); }

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

border-color css

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

 span { border-color: rgb(176,112,247); }

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