#BC74D7

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

Shades of Medium Orchid #BC74D7

Tints of Medium Orchid #BC74D7

Color information

#BC74D7 (or 0xBC74D7) is unknown color: approx Medium Orchid. HEX triplet: BC, 74 and D7. RGB value is (188,116,215). Sum of RGB (Red+Green+Blue) = 188+116+215=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC74D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74D7 is #438B28. Grayscale: #949494. Windows color (decimal): -4426537 or 14120124. OLE color: 14120124.

HSL color Cylindrical-coordinate representation of color #BC74D7: hue angle of 283.64º degrees, saturation: 0.55, 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 #BC74D7 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188116215-
CMYK0.130.4600.16
HSL283.64º55.31%64.9%-
HSV(B)283.64º46.05%84.31%-
XYZ39.2528.0967.64-
YUV148.81165.35155.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 116 (45.70% from 255) = 22.35%
BLUE value IS 215 (84.38% from 255) = 41.43%
R=36.22%
G=22.35%
B=41.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881162150.130.4600.16283.6455.3164.9
HexBC74D7D2E01011c3741
Octal274164327155602043467101
Binary1011110011101001101011111011011100100001000111001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC74D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC74D7; }

 p { color: rgb(188,116,215); }

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

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

 a { background-color: rgb(188,116,215); }

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

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

 span { border-color: rgb(188,116,215); }

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