Html Css Color HEX #B070F0 Medium Purple

📋 copy color: '#B070F0'

red 176 ◦ green 112 ◦ blue 240

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

Shades of Medium Purple #B070F0

Tints of Medium Purple #B070F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.45%

R = 33.33%
G = 21.21%
B = 45.45%

CMYK

 C value IS 0.27

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B070F0 (or 0xB070F0) is known color: Medium Purple. HEX triplet: B0, 70 and F0. RGB value is (176,112,240). Sum of RGB (Red+Green+Blue) = 176+112+240=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #B070F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B070F0 is #4F8F0F. Grayscale: #919191. Windows color (decimal): -5213968 or 15757488. OLE color: 15757488.

HSL color Cylindrical-coordinate representation of color #B070F0: hue angle of 270º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B070F0 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 112 240 -
CMYK 0.27 0.53 0 0.06
HSL 270º 0.81% 0.69% -
HSV(B) 270º 0.53% 0.94% -
XYZ 39.43 27.11 85.59 -
YUV 145.73 181.2 149.59 -
System Red Green Blue C M Y K H S L
Decimal 176 112 240 0.27 0.53 0 0.06 270 0.81 0.69
Hex B0 70 F0 1B 35 0 6 10E 51 45
Octal 260 160 360 33 65 0 6 416 121 105
Binary 10110000 1110000 11110000 11011 110101 0 110 100001110 1010001 1000101

Color Harmonies of #B070F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B070F0

Black with #B070F0

Text Example


Text Example

White with #B070F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B070F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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