Html Css Color HEX #BC46EF Medium Orchid

📋 copy color: '#BC46EF'

red 188 ◦ green 70 ◦ blue 239

#BC46EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BC46EF

Tints of Medium Orchid #BC46EF

RGB

 RED value IS 188 (73.83% from 255) = 37.83%

 GREEN value IS 70 (27.73% from 255) = 14.08%

 BLUE value IS 239 (93.75% from 255) = 48.09%

R = 37.83%
G = 14.08%
B = 48.09%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC46EF (or 0xBC46EF) is known color: Medium Orchid. HEX triplet: BC, 46 and EF. RGB value is (188,70,239). Sum of RGB (Red+Green+Blue) = 188+70+239=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 70 (27.73% from 255 or 14.08% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC46EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC46EF is #43B910. Grayscale: #7B7B7B. Windows color (decimal): -4438289 or 15681212. OLE color: 15681212.

HSL color Cylindrical-coordinate representation of color #BC46EF: hue angle of 281.89º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC46EF is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 70 239 -
CMYK 0.21 0.71 0 0.06
HSL 281.89º 0.84% 0.61% -
HSV(B) 281.89º 0.71% 0.94% -
XYZ 38.51 21.3 83.74 -
YUV 124.55 192.59 173.26 -
System Red Green Blue C M Y K H S L
Decimal 188 70 239 0.21 0.71 0 0.06 281.89 0.84 0.61
Hex BC 46 EF 15 47 0 6 11A 54 3D
Octal 274 106 357 25 107 0 6 432 124 75
Binary 10111100 1000110 11101111 10101 1000111 0 110 100011010 1010100 111101

Color Harmonies of #BC46EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC46EF

Black with #BC46EF

Text Example


Text Example

White with #BC46EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC46EF; }

 p { color: rgb(188,70,239); }

 H1.HeaderClassName
 {
   color: #BC46EF;
 }
 .AnyTagClassName
 {
   color: #BC46EF;
 }
</style>

background-color css

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

 a { background-color: rgb(188,70,239); }

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

border-color css

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

 span { border-color: rgb(188,70,239); }

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