Html Css Color HEX #B070FA Medium Purple

📋 copy color: '#B070FA'

red 176 ◦ green 112 ◦ blue 250

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

Shades of Medium Purple #B070FA

Tints of Medium Purple #B070FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.47%

R = 32.71%
G = 20.82%
B = 46.47%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B070FA (or 0xB070FA) is known color: Medium Purple. HEX triplet: B0, 70 and FA. RGB value is (176,112,250). Sum of RGB (Red+Green+Blue) = 176+112+250=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #B070FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B070FA is #4F8F05. Grayscale: #929292. Windows color (decimal): -5213958 or 16412848. OLE color: 16412848.

HSL color Cylindrical-coordinate representation of color #B070FA: hue angle of 267.83º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B070FA is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 112 250 -
CMYK 0.30 0.55 0 0.02
HSL 267.83º 0.93% 0.71% -
HSV(B) 267.83º 0.55% 0.98% -
XYZ 40.95 27.72 93.63 -
YUV 146.87 186.2 148.78 -
System Red Green Blue C M Y K H S L
Decimal 176 112 250 0.30 0.55 0 0.02 267.83 0.93 0.71
Hex B0 70 FA 1E 37 0 2 10C 5D 47
Octal 260 160 372 36 67 0 2 414 135 107
Binary 10110000 1110000 11111010 11110 110111 0 10 100001100 1011101 1000111

Color Harmonies of #B070FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B070FA

Black with #B070FA

Text Example


Text Example

White with #B070FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B070FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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