#BF23A4

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

Shades of Medium Violet Red #BF23A4

Tints of Medium Violet Red #BF23A4

Color information

#BF23A4 (or 0xBF23A4) is unknown color: approx Medium Violet Red. HEX triplet: BF, 23 and A4. RGB value is (191,35,164). Sum of RGB (Red+Green+Blue) = 191+35+164=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 35 (14.06% from 255 or 8.97% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF23A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF23A4 is #40DC5B. Grayscale: #5F5F5F. Windows color (decimal): -4250716 or 10757055. OLE color: 10757055.

HSL color Cylindrical-coordinate representation of color #BF23A4: hue angle of 310.38º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF23A4 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB19135164-
CMYK00.820.140.25
HSL310.38º69.03%44.31%-
HSV(B)310.38º81.68%74.9%-
XYZ28.7914.9636.49-
YUV96.35166.18195.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.97%
GREEN value IS 35 (14.06% from 255) = 8.97%
BLUE value IS 164 (64.45% from 255) = 42.05%
R=48.97%
G=8.97%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913516400.820.140.25310.3869.0344.31
HexBF23A4052E19136452c
Octal277432440122163146610554
Binary1011111110001110100100010100101110110011001101101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF23A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF23A4; }

 p { color: rgb(191,35,164); }

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

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

 a { background-color: rgb(191,35,164); }

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

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

 span { border-color: rgb(191,35,164); }

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