#BF23C0

Color #BF23C0 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BF23C0

Tints of Deep Magenta #BF23C0

Color information

#BF23C0 (or 0xBF23C0) is unknown color: approx Deep Magenta. HEX triplet: BF, 23 and C0. RGB value is (191,35,192). Sum of RGB (Red+Green+Blue) = 191+35+192=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF23C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF23C0 is #40DC3F. Grayscale: #636363. Windows color (decimal): -4250688 or 12592063. OLE color: 12592063.

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

Color convert

RGB19135192-
CMYK0.010.8200.25
HSL299.62º69.16%44.51%-
HSV(B)299.62º81.77%75.29%-
XYZ31.616.0851.31-
YUV99.54180.18193.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 35 (14.06% from 255) = 8.37%
BLUE value IS 192 (75.39% from 255) = 45.93%
R=45.69%
G=8.37%
B=45.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191351920.010.8200.25299.6269.1644.51
HexBF23C015201912c452d
Octal27743300112203145410555
Binary1011111110001111000000110100100110011001011001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF23C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF23C0; }

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

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

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

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

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

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

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

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