#BC4AF9

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

Shades of Medium Orchid #BC4AF9

Tints of Medium Orchid #BC4AF9

Color information

#BC4AF9 (or 0xBC4AF9) is unknown color: approx Medium Orchid. HEX triplet: BC, 4A and F9. RGB value is (188,74,249). Sum of RGB (Red+Green+Blue) = 188+74+249=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 74 (29.30% from 255 or 14.48% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC4AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4AF9 is #43B506. Grayscale: #7F7F7F. Windows color (decimal): -4437255 or 16337596. OLE color: 16337596.

HSL color Cylindrical-coordinate representation of color #BC4AF9: hue angle of 279.09º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC4AF9 is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18874249-
CMYK0.240.7000.02
HSL279.09º93.58%63.33%-
HSV(B)279.09º70.28%97.65%-
XYZ40.2922.4391.83-
YUV128.04196.27170.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 74 (29.30% from 255) = 14.48%
BLUE value IS 249 (97.66% from 255) = 48.73%
R=36.79%
G=14.48%
B=48.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal188742490.240.7000.02279.0993.5863.33
HexBC4AF91846021175e3f
Octal274112371301060242713677
Binary101111001001010111110011100010001100101000101111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4AF9; }

 p { color: rgb(188,74,249); }

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

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

 a { background-color: rgb(188,74,249); }

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

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

 span { border-color: rgb(188,74,249); }

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