#B07EFF

Color #B07EFF Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #B07EFF

Tints of Medium Purple #B07EFF

Color information

#B07EFF (or 0xB07EFF) is unknown color: approx Medium Purple. HEX triplet: B0, 7E and FF. RGB value is (176,126,255). Sum of RGB (Red+Green+Blue) = 176+126+255=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #B07EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07EFF is #4F8100. Grayscale: #9B9B9B. Windows color (decimal): -5210369 or 16744112. OLE color: 16744112.

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

Color convert

RGB176126255-
CMYK0.310.5100
HSL263.26º100%74.71%-
HSV(B)263.26º50.59%100%-
XYZ43.4231.3798.37-
YUV155.66184.06142.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.60%
GREEN value IS 126 (49.61% from 255) = 22.62%
BLUE value IS 255 (100% from 255) = 45.78%
R=31.60%
G=22.62%
B=45.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1761262550.310.5100263.2610074.71
HexB07EFF1F3300107644b
Octal260176377376300407144113
Binary10110000111111011111111111111100110010000011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07EFF; }

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

 H1.HeaderClassName
 {
   color: #B07EFF;
 }
 .AnyTagClassName
 {
   color: #B07EFF;
 }
</style>
background-color css

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

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

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

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

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

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