Html Css Color HEX #B070FE Medium Purple

📋 copy color: '#B070FE'

red 176 ◦ green 112 ◦ blue 254

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

Shades of Medium Purple #B070FE

Tints of Medium Purple #B070FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.86%

R = 32.47%
G = 20.66%
B = 46.86%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B070FE (or 0xB070FE) is known color: Medium Purple. HEX triplet: B0, 70 and FE. RGB value is (176,112,254). Sum of RGB (Red+Green+Blue) = 176+112+254=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #B070FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B070FE is #4F8F01. Grayscale: #929292. Windows color (decimal): -5213954 or 16674992. OLE color: 16674992.

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

Color convert

RGB 176 112 254 -
CMYK 0.31 0.56 0 0.00
HSL 267.04º 0.99% 0.72% -
HSV(B) 267.04º 0.56% 1% -
XYZ 41.59 27.97 96.97 -
YUV 147.32 188.2 148.45 -
System Red Green Blue C M Y K H S L
Decimal 176 112 254 0.31 0.56 0 0.00 267.04 0.99 0.72
Hex B0 70 FE 1F 38 0 0 10B 63 48
Octal 260 160 376 37 70 0 0 413 143 110
Binary 10110000 1110000 11111110 11111 111000 0 0 100001011 1100011 1001000

Color Harmonies of #B070FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B070FE

Black with #B070FE

Text Example


Text Example

White with #B070FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B070FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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