#B07EFC

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

Shades of Medium Purple #B07EFC

Tints of Medium Purple #B07EFC

Color information

#B07EFC (or 0xB07EFC) is unknown color: approx Medium Purple. HEX triplet: B0, 7E and FC. RGB value is (176,126,252). Sum of RGB (Red+Green+Blue) = 176+126+252=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 126 (49.61% from 255 or 22.74% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #B07EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07EFC is #4F8103. Grayscale: #9A9A9A. Windows color (decimal): -5210372 or 16547504. OLE color: 16547504.

HSL color Cylindrical-coordinate representation of color #B07EFC: hue angle of 263.81º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B07EFC is Cyan = 0.30, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176126252-
CMYK0.300.500.01
HSL263.81º95.45%74.12%-
HSV(B)263.81º50%98.82%-
XYZ42.9431.1895.85-
YUV155.31182.56142.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.77%
GREEN value IS 126 (49.61% from 255) = 22.74%
BLUE value IS 252 (98.83% from 255) = 45.49%
R=31.77%
G=22.74%
B=45.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761262520.300.500.01263.8195.4574.12
HexB07EFC1E32011085f4a
Octal260176374366201410137112
Binary10110000111111011111100111101100100110000100010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07EFC; }

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

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

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

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

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

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

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

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