Html Css Color HEX #B070E7 Medium Purple

📋 copy color: '#B070E7'

red 176 ◦ green 112 ◦ blue 231

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

Shades of Medium Purple #B070E7

Tints of Medium Purple #B070E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.51%

R = 33.91%
G = 21.58%
B = 44.51%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B070E7 (or 0xB070E7) is known color: Medium Purple. HEX triplet: B0, 70 and E7. RGB value is (176,112,231). Sum of RGB (Red+Green+Blue) = 176+112+231=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #B070E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B070E7 is #4F8F18. Grayscale: #909090. Windows color (decimal): -5213977 or 15167664. OLE color: 15167664.

HSL color Cylindrical-coordinate representation of color #B070E7: hue angle of 272.27º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B070E7 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 112 231 -
CMYK 0.24 0.52 0 0.09
HSL 272.27º 0.71% 0.67% -
HSV(B) 272.27º 0.52% 0.91% -
XYZ 38.12 26.59 78.72 -
YUV 144.7 176.7 150.32 -
System Red Green Blue C M Y K H S L
Decimal 176 112 231 0.24 0.52 0 0.09 272.27 0.71 0.67
Hex B0 70 E7 18 34 0 9 110 47 43
Octal 260 160 347 30 64 0 11 420 107 103
Binary 10110000 1110000 11100111 11000 110100 0 1001 100010000 1000111 1000011

Color Harmonies of #B070E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B070E7

Black with #B070E7

Text Example


Text Example

White with #B070E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B070E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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