Html Css Color HEX #B070FF Medium Purple

📋 copy color: '#B070FF'

red 176 ◦ green 112 ◦ blue 255

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

Shades of Medium Purple #B070FF

Tints of Medium Purple #B070FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.96%

R = 32.41%
G = 20.63%
B = 46.96%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B070FF (or 0xB070FF) is known color: Medium Purple. HEX triplet: B0, 70 and FF. RGB value is (176,112,255). Sum of RGB (Red+Green+Blue) = 176+112+255=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #B070FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B070FF is #4F8F00. Grayscale: #929292. Windows color (decimal): -5213953 or 16740528. OLE color: 16740528.

HSL color Cylindrical-coordinate representation of color #B070FF: hue angle of 266.85º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B070FF is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 176 112 255 -
CMYK 0.31 0.56 0 0
HSL 266.85º 1% 0.72% -
HSV(B) 266.85º 0.56% 1% -
XYZ 41.75 28.04 97.82 -
YUV 147.44 188.7 148.37 -
System Red Green Blue C M Y K H S L
Decimal 176 112 255 0.31 0.56 0 0 266.85 1 0.72
Hex B0 70 FF 1F 38 0 0 10B 64 48
Octal 260 160 377 37 70 0 0 413 144 110
Binary 10110000 1110000 11111111 11111 111000 0 0 100001011 1100100 1001000

Color Harmonies of #B070FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B070FF

Black with #B070FF

Text Example


Text Example

White with #B070FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B070FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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