#BC74C9

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

Shades of Medium Orchid #BC74C9

Tints of Medium Orchid #BC74C9

Color information

#BC74C9 (or 0xBC74C9) is unknown color: approx Medium Orchid. HEX triplet: BC, 74 and C9. RGB value is (188,116,201). Sum of RGB (Red+Green+Blue) = 188+116+201=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC74C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74C9 is #438B36. Grayscale: #929292. Windows color (decimal): -4426551 or 13202620. OLE color: 13202620.

HSL color Cylindrical-coordinate representation of color #BC74C9: hue angle of 290.82º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC74C9 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188116201-
CMYK0.060.4200.21
HSL290.82º44.04%62.16%-
HSV(B)290.82º42.29%78.82%-
XYZ37.5327.458.57-
YUV147.22158.35157.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.23%
GREEN value IS 116 (45.70% from 255) = 22.97%
BLUE value IS 201 (78.91% from 255) = 39.80%
R=37.23%
G=22.97%
B=39.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881162010.060.4200.21290.8244.0462.16
HexBC74C962A0151232c3e
Octal2741643116520254435476
Binary10111100111010011001001110101010010101100100011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC74C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC74C9; }

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

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

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

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

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

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

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

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