#B07CF3

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

Shades of Medium Purple #B07CF3

Tints of Medium Purple #B07CF3

Color information

#B07CF3 (or 0xB07CF3) is unknown color: approx Medium Purple. HEX triplet: B0, 7C and F3. RGB value is (176,124,243). Sum of RGB (Red+Green+Blue) = 176+124+243=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 243 (95.31% from 255 or 44.75% from 543); Max value from RGB is 243 - color contains mainly: blue. Hex color #B07CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07CF3 is #4F830C. Grayscale: #989898. Windows color (decimal): -5210893 or 15957168. OLE color: 15957168.

HSL color Cylindrical-coordinate representation of color #B07CF3: hue angle of 266.22º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B07CF3 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176124243-
CMYK0.280.4900.05
HSL266.22º83.22%71.96%-
HSV(B)266.22º48.97%95.29%-
XYZ41.2930.1288.43-
YUV153.11178.73144.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.41%
GREEN value IS 124 (48.83% from 255) = 22.84%
BLUE value IS 243 (95.31% from 255) = 44.75%
R=32.41%
G=22.84%
B=44.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1761242430.280.4900.05266.2283.2271.96
HexB07CF31C310510a5348
Octal260174363346105412123110
Binary1011000011111001111001111100110001010110000101010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07CF3; }

 p { color: rgb(176,124,243); }

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

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

 a { background-color: rgb(176,124,243); }

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

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

 span { border-color: rgb(176,124,243); }

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