#bf42dc

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

Shades of Medium Orchid #BF42DC

Tints of Medium Orchid #BF42DC

Color information

#BF42DC (or 0xBF42DC) is unknown color: approx Medium Orchid. HEX triplet: BF, 42 and DC. RGB value is (191,66,220). Sum of RGB (Red+Green+Blue) = 191+66+220=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF42DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF42DC is #40BD23. Grayscale: #787878. Windows color (decimal): -4242724 or 14435007. OLE color: 14435007.

HSL color Cylindrical-coordinate representation of color #BF42DC: hue angle of 288.7º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF42DC is Cyan = 0.13, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19166220-
CMYK0.130.700.14
HSL288.7º68.75%56.08%-
HSV(B)288.7º70%86.27%-
XYZ36.3520.1469.68-
YUV120.93183.91177.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 66 (26.17% from 255) = 13.84%
BLUE value IS 220 (86.33% from 255) = 46.12%
R=40.04%
G=13.84%
B=46.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal191662200.130.700.14288.768.7556.08
HexBF42DCD460E1214538
Octal2771023341510601644110570
Binary1011111110000101101110011011000110011101001000011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf42dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf42dc; }

 p { color: rgb(191,66,220); }

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

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

 a { background-color: rgb(191,66,220); }

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

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

 span { border-color: rgb(191,66,220); }

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