#BD74D6

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

Shades of Medium Orchid #BD74D6

Tints of Medium Orchid #BD74D6

Color information

#BD74D6 (or 0xBD74D6) is unknown color: approx Medium Orchid. HEX triplet: BD, 74 and D6. RGB value is (189,116,214). Sum of RGB (Red+Green+Blue) = 189+116+214=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD74D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD74D6 is #428B29. Grayscale: #949494. Windows color (decimal): -4361002 or 14054589. OLE color: 14054589.

HSL color Cylindrical-coordinate representation of color #BD74D6: hue angle of 284.69º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD74D6 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189116214-
CMYK0.120.4600.16
HSL284.69º54.44%64.71%-
HSV(B)284.69º45.79%83.92%-
XYZ39.3728.1666.98-
YUV149164.68156.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 116 (45.70% from 255) = 22.35%
BLUE value IS 214 (83.98% from 255) = 41.23%
R=36.42%
G=22.35%
B=41.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891162140.120.4600.16284.6954.4464.71
HexBD74D6C2E01011d3641
Octal275164326145602043566101
Binary1011110111101001101011011001011100100001000111011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD74D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD74D6; }

 p { color: rgb(189,116,214); }

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

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

 a { background-color: rgb(189,116,214); }

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

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

 span { border-color: rgb(189,116,214); }

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