#BF34DD

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

Shades of Medium Orchid #BF34DD

Tints of Medium Orchid #BF34DD

Color information

#BF34DD (or 0xBF34DD) is unknown color: approx Medium Orchid. HEX triplet: BF, 34 and DD. RGB value is (191,52,221). Sum of RGB (Red+Green+Blue) = 191+52+221=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 52 (20.70% from 255 or 11.21% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF34DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF34DD is #40CB22. Grayscale: #707070. Windows color (decimal): -4246307 or 14496959. OLE color: 14496959.

HSL color Cylindrical-coordinate representation of color #BF34DD: hue angle of 289.35º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF34DD is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19152221-
CMYK0.140.7600.13
HSL289.35º71.31%53.53%-
HSV(B)289.35º76.47%86.67%-
XYZ35.7618.7570.14-
YUV112.83189.05183.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.16%
GREEN value IS 52 (20.70% from 255) = 11.21%
BLUE value IS 221 (86.72% from 255) = 47.63%
R=41.16%
G=11.21%
B=47.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal191522210.140.7600.13289.3571.3153.53
HexBF34DDE4C0D1214736
Octal277643351611401544110766
Binary101111111101001101110111101001100011011001000011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF34DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF34DD; }

 p { color: rgb(191,52,221); }

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

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

 a { background-color: rgb(191,52,221); }

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

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

 span { border-color: rgb(191,52,221); }

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