#BF43D5

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

Shades of Medium Orchid #BF43D5

Tints of Medium Orchid #BF43D5

Color information

#BF43D5 (or 0xBF43D5) is unknown color: approx Medium Orchid. HEX triplet: BF, 43 and D5. RGB value is (191,67,213). Sum of RGB (Red+Green+Blue) = 191+67+213=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 67 (26.56% from 255 or 14.23% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF43D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF43D5 is #40BC2A. Grayscale: #787878. Windows color (decimal): -4242475 or 13976511. OLE color: 13976511.

HSL color Cylindrical-coordinate representation of color #BF43D5: hue angle of 290.96º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF43D5 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19167213-
CMYK0.100.6900.16
HSL290.96º63.48%54.9%-
HSV(B)290.96º68.54%83.53%-
XYZ35.519.8964.92-
YUV120.72180.08178.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 67 (26.56% from 255) = 14.23%
BLUE value IS 213 (83.59% from 255) = 45.22%
R=40.55%
G=14.23%
B=45.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal191672130.100.6900.16290.9663.4854.9
HexBF43D5A450101233f37
Octal277103325121050204437767
Binary1011111110000111101010110101000101010000100100011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF43D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF43D5; }

 p { color: rgb(191,67,213); }

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

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

 a { background-color: rgb(191,67,213); }

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

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

 span { border-color: rgb(191,67,213); }

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