Html Css Color HEX #B070EC Medium Purple

📋 copy color: '#B070EC'

red 176 ◦ green 112 ◦ blue 236

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

Shades of Medium Purple #B070EC

Tints of Medium Purple #B070EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.04%

R = 33.59%
G = 21.37%
B = 45.04%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B070EC (or 0xB070EC) is known color: Medium Purple. HEX triplet: B0, 70 and EC. RGB value is (176,112,236). Sum of RGB (Red+Green+Blue) = 176+112+236=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #B070EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B070EC is #4F8F13. Grayscale: #909090. Windows color (decimal): -5213972 or 15495344. OLE color: 15495344.

HSL color Cylindrical-coordinate representation of color #B070EC: hue angle of 270.97º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B070EC is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 112 236 -
CMYK 0.25 0.53 0 0.07
HSL 270.97º 0.77% 0.68% -
HSV(B) 270.97º 0.53% 0.93% -
XYZ 38.84 26.87 82.5 -
YUV 145.27 179.2 149.92 -
System Red Green Blue C M Y K H S L
Decimal 176 112 236 0.25 0.53 0 0.07 270.97 0.77 0.68
Hex B0 70 EC 19 35 0 7 10F 4D 44
Octal 260 160 354 31 65 0 7 417 115 104
Binary 10110000 1110000 11101100 11001 110101 0 111 100001111 1001101 1000100

Color Harmonies of #B070EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B070EC

Black with #B070EC

Text Example


Text Example

White with #B070EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B070EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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