#b0268f

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

Shades of Medium Red Violet #B0268F

Tints of Medium Red Violet #B0268F

Color information

#B0268F (or 0xB0268F) is unknown color: approx Medium Red Violet. HEX triplet: B0, 26 and 8F. RGB value is (176,38,143). Sum of RGB (Red+Green+Blue) = 176+38+143=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B0268F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0268F is #4FD970. Grayscale: #5A5A5A. Windows color (decimal): -5233009 or 9381552. OLE color: 9381552.

HSL color Cylindrical-coordinate representation of color #B0268F: hue angle of 314.35º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0268F is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB17638143-
CMYK00.780.190.31
HSL314.35º64.49%41.96%-
HSV(B)314.35º78.41%69.02%-
XYZ23.5612.627.18-
YUV91.23157.22188.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.30%
GREEN value IS 38 (15.23% from 255) = 10.64%
BLUE value IS 143 (56.25% from 255) = 40.06%
R=49.30%
G=10.64%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763814300.780.190.31314.3564.4941.96
HexB0268F04E131F13a402a
Octal260462170116233747210052
Binary10110000100110100011110100111010011111111001110101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0268f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0268f; }

 p { color: rgb(176,38,143); }

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

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

 a { background-color: rgb(176,38,143); }

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

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

 span { border-color: rgb(176,38,143); }

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