#BC74EB

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

Shades of Medium Orchid #BC74EB

Tints of Medium Orchid #BC74EB

Color information

#BC74EB (or 0xBC74EB) is unknown color: approx Medium Orchid. HEX triplet: BC, 74 and EB. RGB value is (188,116,235). Sum of RGB (Red+Green+Blue) = 188+116+235=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC74EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC74EB is #438B14. Grayscale: #969696. Windows color (decimal): -4426517 or 15430844. OLE color: 15430844.

HSL color Cylindrical-coordinate representation of color #BC74EB: hue angle of 276.3º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC74EB is Cyan = 0.2, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188116235-
CMYK0.20.5100.08
HSL276.3º74.84%68.82%-
HSV(B)276.3º50.64%92.16%-
XYZ41.9829.1882.02-
YUV151.09175.35154.32-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.88%
GREEN value IS 116 (45.70% from 255) = 21.52%
BLUE value IS 235 (92.19% from 255) = 43.60%
R=34.88%
G=21.52%
B=43.60%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881162350.20.5100.08276.374.8468.82
HexBC74EB1433081144b45
Octal2741643532463010424113105
Binary10111100111010011101011101001100110100010001010010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC74EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC74EB; }

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

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

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

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

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

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

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

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