Html Css Color HEX #B070F8 Medium Purple

📋 copy color: '#B070F8'

red 176 ◦ green 112 ◦ blue 248

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

Shades of Medium Purple #B070F8

Tints of Medium Purple #B070F8

RGB

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

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

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

R = 32.84%
G = 20.9%
B = 46.27%

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

#B070F8 (or 0xB070F8) is known color: Medium Purple. HEX triplet: B0, 70 and F8. RGB value is (176,112,248). Sum of RGB (Red+Green+Blue) = 176+112+248=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 248 (97.27% from 255 or 46.27% from 536); Max value from RGB is 248 - color contains mainly: blue. Hex color #B070F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B070F8 is #4F8F07. Grayscale: #929292. Windows color (decimal): -5213960 or 16281776. OLE color: 16281776.

HSL color Cylindrical-coordinate representation of color #B070F8: hue angle of 268.24º 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 #B070F8 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 112 248 -
CMYK 0.29 0.55 0 0.03
HSL 268.24º 0.91% 0.71% -
HSV(B) 268.24º 0.55% 0.97% -
XYZ 40.64 27.6 91.99 -
YUV 146.64 185.2 148.94 -
System Red Green Blue C M Y K H S L
Decimal 176 112 248 0.29 0.55 0 0.03 268.24 0.91 0.71
Hex B0 70 F8 1D 37 0 3 10C 5B 47
Octal 260 160 370 35 67 0 3 414 133 107
Binary 10110000 1110000 11111000 11101 110111 0 11 100001100 1011011 1000111

Color Harmonies of #B070F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B070F8

Black with #B070F8

Text Example


Text Example

White with #B070F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B070F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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