#BF4CDA

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

Shades of Medium Orchid #BF4CDA

Tints of Medium Orchid #BF4CDA

Color information

#BF4CDA (or 0xBF4CDA) is unknown color: approx Medium Orchid. HEX triplet: BF, 4C and DA. RGB value is (191,76,218). Sum of RGB (Red+Green+Blue) = 191+76+218=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 76 (30.08% from 255 or 15.67% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF4CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4CDA is #40B325. Grayscale: #7E7E7E. Windows color (decimal): -4240166 or 14306495. OLE color: 14306495.

HSL color Cylindrical-coordinate representation of color #BF4CDA: hue angle of 288.59º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4CDA is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19176218-
CMYK0.120.6500.15
HSL288.59º65.74%57.65%-
HSV(B)288.59º65.14%85.49%-
XYZ36.7321.3168.51-
YUV126.57179.6173.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.38%
GREEN value IS 76 (30.08% from 255) = 15.67%
BLUE value IS 218 (85.55% from 255) = 44.95%
R=39.38%
G=15.67%
B=44.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal191762180.120.6500.15288.5965.7457.65
HexBF4CDAC410F121423a
Octal2771143321410101744110272
Binary1011111110011001101101011001000001011111001000011000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4CDA; }

 p { color: rgb(191,76,218); }

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

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

 a { background-color: rgb(191,76,218); }

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

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

 span { border-color: rgb(191,76,218); }

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